Html Css Color HEX #A032BE Dark Orchid

📋 copy color: '#A032BE'

red 160 ◦ green 50 ◦ blue 190

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

Shades of Dark Orchid #A032BE

Tints of Dark Orchid #A032BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 40%
G = 12.5%
B = 47.5%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A032BE (or 0xA032BE) is known color: Dark Orchid. HEX triplet: A0, 32 and BE. RGB value is (160,50,190). Sum of RGB (Red+Green+Blue) = 160+50+190=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #A032BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032BE is #5FCD41. Grayscale: #626262. Windows color (decimal): -6278466 or 12464800. OLE color: 12464800.

HSL color Cylindrical-coordinate representation of color #A032BE: hue angle of 287.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A032BE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 50 190 -
CMYK 0.16 0.74 0 0.25
HSL 287.14º 0.58% 0.47% -
HSV(B) 287.14º 0.74% 0.75% -
XYZ 24.93 13.47 50 -
YUV 98.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 160 50 190 0.16 0.74 0 0.25 287.14 0.58 0.47
Hex A0 32 BE 10 4A 0 19 11F 3A 2F
Octal 240 62 276 20 112 0 31 437 72 57
Binary 10100000 110010 10111110 10000 1001010 0 11001 100011111 111010 101111

Color Harmonies of #A032BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032BE

Black with #A032BE

Text Example


Text Example

White with #A032BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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