Html Css Color HEX #A832DE Dark Orchid

📋 copy color: '#A832DE'

red 168 ◦ green 50 ◦ blue 222

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

Shades of Dark Orchid #A832DE

Tints of Dark Orchid #A832DE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.36%

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 38.18%
G = 11.36%
B = 50.45%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A832DE (or 0xA832DE) is known color: Dark Orchid. HEX triplet: A8, 32 and DE. RGB value is (168,50,222). Sum of RGB (Red+Green+Blue) = 168+50+222=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #A832DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832DE is #57CD21. Grayscale: #686868. Windows color (decimal): -5754146 or 14561960. OLE color: 14561960.

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

Color convert

RGB 168 50 222 -
CMYK 0.24 0.77 0 0.13
HSL 281.16º 0.72% 0.53% -
HSV(B) 281.16º 0.77% 0.87% -
XYZ 30.47 15.88 70.57 -
YUV 104.89 194.09 173.01 -
System Red Green Blue C M Y K H S L
Decimal 168 50 222 0.24 0.77 0 0.13 281.16 0.72 0.53
Hex A8 32 DE 18 4D 0 D 119 48 35
Octal 250 62 336 30 115 0 15 431 110 65
Binary 10101000 110010 11011110 11000 1001101 0 1101 100011001 1001000 110101

Color Harmonies of #A832DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A832DE

Black with #A832DE

Text Example


Text Example

White with #A832DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A832DE; }

 p { color: rgb(168,50,222); }

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

background-color css

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

 a { background-color: rgb(168,50,222); }

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

border-color css

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

 span { border-color: rgb(168,50,222); }

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