Html Css Color HEX #A032CF Dark Orchid

📋 copy color: '#A032CF'

red 160 ◦ green 50 ◦ blue 207

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

Shades of Dark Orchid #A032CF

Tints of Dark Orchid #A032CF

RGB

 RED value IS 160 (62.89% from 255) = 38.37%

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

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 38.37%
G = 11.99%
B = 49.64%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A032CF (or 0xA032CF) is known color: Dark Orchid. HEX triplet: A0, 32 and CF. RGB value is (160,50,207). Sum of RGB (Red+Green+Blue) = 160+50+207=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #A032CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032CF is #5FCD30. Grayscale: #646464. Windows color (decimal): -6278449 or 13578912. OLE color: 13578912.

HSL color Cylindrical-coordinate representation of color #A032CF: hue angle of 282.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A032CF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 50 207 -
CMYK 0.23 0.76 0 0.19
HSL 282.04º 0.62% 0.5% -
HSV(B) 282.04º 0.76% 0.81% -
XYZ 26.9 14.26 60.37 -
YUV 100.79 187.94 170.23 -
System Red Green Blue C M Y K H S L
Decimal 160 50 207 0.23 0.76 0 0.19 282.04 0.62 0.5
Hex A0 32 CF 17 4C 0 13 11A 3E 32
Octal 240 62 317 27 114 0 23 432 76 62
Binary 10100000 110010 11001111 10111 1001100 0 10011 100011010 111110 110010

Color Harmonies of #A032CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032CF

Black with #A032CF

Text Example


Text Example

White with #A032CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032CF; }

 p { color: rgb(160,50,207); }

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

background-color css

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

 a { background-color: rgb(160,50,207); }

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

border-color css

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

 span { border-color: rgb(160,50,207); }

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