Html Css Color HEX #A032BC Dark Orchid

📋 copy color: '#A032BC'

red 160 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #A032BC

Tints of Dark Orchid #A032BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 40.2%
G = 12.56%
B = 47.24%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A032BC (or 0xA032BC) is known color: Dark Orchid. HEX triplet: A0, 32 and BC. RGB value is (160,50,188). Sum of RGB (Red+Green+Blue) = 160+50+188=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #A032BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032BC is #5FCD43. Grayscale: #626262. Windows color (decimal): -6278468 or 12333728. OLE color: 12333728.

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

Color convert

RGB 160 50 188 -
CMYK 0.15 0.73 0 0.26
HSL 287.83º 0.58% 0.47% -
HSV(B) 287.83º 0.73% 0.74% -
XYZ 24.71 13.39 48.86 -
YUV 98.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 160 50 188 0.15 0.73 0 0.26 287.83 0.58 0.47
Hex A0 32 BC F 49 0 1A 120 3A 2F
Octal 240 62 274 17 111 0 32 440 72 57
Binary 10100000 110010 10111100 1111 1001001 0 11010 100100000 111010 101111

Color Harmonies of #A032BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032BC

Black with #A032BC

Text Example


Text Example

White with #A032BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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