Html Css Color HEX #A832DF Dark Orchid

📋 copy color: '#A832DF'

red 168 ◦ green 50 ◦ blue 223

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

Shades of Dark Orchid #A832DF

Tints of Dark Orchid #A832DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 38.1%
G = 11.34%
B = 50.57%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A832DF (or 0xA832DF) is known color: Dark Orchid. HEX triplet: A8, 32 and DF. RGB value is (168,50,223). Sum of RGB (Red+Green+Blue) = 168+50+223=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #A832DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832DF is #57CD20. Grayscale: #686868. Windows color (decimal): -5754145 or 14627496. OLE color: 14627496.

HSL color Cylindrical-coordinate representation of color #A832DF: hue angle of 280.92º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A832DF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 50 223 -
CMYK 0.25 0.78 0 0.13
HSL 280.92º 0.73% 0.54% -
HSV(B) 280.92º 0.78% 0.87% -
XYZ 30.61 15.93 71.27 -
YUV 105 194.59 172.93 -
System Red Green Blue C M Y K H S L
Decimal 168 50 223 0.25 0.78 0 0.13 280.92 0.73 0.54
Hex A8 32 DF 19 4E 0 D 119 49 36
Octal 250 62 337 31 116 0 15 431 111 66
Binary 10101000 110010 11011111 11001 1001110 0 1101 100011001 1001001 110110

Color Harmonies of #A832DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A832DF

Black with #A832DF

Text Example


Text Example

White with #A832DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A832DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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