Html Css Color HEX #A83DDD Dark Orchid

📋 copy color: '#A83DDD'

red 168 ◦ green 61 ◦ blue 221

#A83DDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A83DDD

Tints of Dark Orchid #A83DDD

RGB

 RED value IS 168 (66.02% from 255) = 37.33%

 GREEN value IS 61 (24.22% from 255) = 13.56%

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 37.33%
G = 13.56%
B = 49.11%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A83DDD (or 0xA83DDD) is known color: Dark Orchid. HEX triplet: A8, 3D and DD. RGB value is (168,61,221). Sum of RGB (Red+Green+Blue) = 168+61+221=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #A83DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DDD is #57C222. Grayscale: #6E6E6E. Windows color (decimal): -5751331 or 14499240. OLE color: 14499240.

HSL color Cylindrical-coordinate representation of color #A83DDD: hue angle of 280.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A83DDD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 61 221 -
CMYK 0.24 0.72 0 0.13
HSL 280.13º 0.7% 0.55% -
HSV(B) 280.13º 0.72% 0.87% -
XYZ 30.87 16.88 70.04 -
YUV 111.23 189.95 168.49 -
System Red Green Blue C M Y K H S L
Decimal 168 61 221 0.24 0.72 0 0.13 280.13 0.7 0.55
Hex A8 3D DD 18 48 0 D 118 46 37
Octal 250 75 335 30 110 0 15 430 106 67
Binary 10101000 111101 11011101 11000 1001000 0 1101 100011000 1000110 110111

Color Harmonies of #A83DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DDD

Black with #A83DDD

Text Example


Text Example

White with #A83DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DDD; }

 p { color: rgb(168,61,221); }

 H1.HeaderClassName
 {
   color: #A83DDD;
 }
 .AnyTagClassName
 {
   color: #A83DDD;
 }
</style>

background-color css

<style>
 a { background-color: #A83DDD; }

 a { background-color: rgb(168,61,221); }

 div.DivClassName
 {
   background-color: #A83DDD;
 }
 .BgClassName
 {
   background-color: #A83DDD;
 }
</style>

border-color css

<style>
 span { border-color: #A83DDD; }

 span { border-color: rgb(168,61,221); }

 td.TdClassName
 {
   border-color: #A83DDD;
 }
 .TagClassName
 {
   border-color: #A83DDD;
 }
</style>