Html Css Color HEX #A832DC Dark Orchid

📋 copy color: '#A832DC'

red 168 ◦ green 50 ◦ blue 220

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

Shades of Dark Orchid #A832DC

Tints of Dark Orchid #A832DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 38.36%
G = 11.42%
B = 50.23%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A832DC (or 0xA832DC) is known color: Dark Orchid. HEX triplet: A8, 32 and DC. RGB value is (168,50,220). Sum of RGB (Red+Green+Blue) = 168+50+220=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #A832DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832DC is #57CD23. Grayscale: #686868. Windows color (decimal): -5754148 or 14430888. OLE color: 14430888.

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

Color convert

RGB 168 50 220 -
CMYK 0.24 0.77 0 0.14
HSL 281.65º 0.71% 0.53% -
HSV(B) 281.65º 0.77% 0.86% -
XYZ 30.21 15.77 69.16 -
YUV 104.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 168 50 220 0.24 0.77 0 0.14 281.65 0.71 0.53
Hex A8 32 DC 18 4D 0 E 11A 47 35
Octal 250 62 334 30 115 0 16 432 107 65
Binary 10101000 110010 11011100 11000 1001101 0 1110 100011010 1000111 110101

Color Harmonies of #A832DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A832DC

Black with #A832DC

Text Example


Text Example

White with #A832DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A832DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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