Html Css Color HEX #A023B6 Dark Orchid

📋 copy color: '#A023B6'

red 160 ◦ green 35 ◦ blue 182

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

Shades of Dark Orchid #A023B6

Tints of Dark Orchid #A023B6

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.28%

 BLUE value IS 182 (71.48% from 255) = 48.28%

R = 42.44%
G = 9.28%
B = 48.28%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A023B6 (or 0xA023B6) is known color: Dark Orchid. HEX triplet: A0, 23 and B6. RGB value is (160,35,182). Sum of RGB (Red+Green+Blue) = 160+35+182=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #A023B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A023B6 is #5FDC49. Grayscale: #585858. Windows color (decimal): -6282314 or 11936672. OLE color: 11936672.

HSL color Cylindrical-coordinate representation of color #A023B6: hue angle of 291.02º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A023B6 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 35 182 -
CMYK 0.12 0.81 0 0.29
HSL 291.02º 0.68% 0.43% -
HSV(B) 291.02º 0.81% 0.71% -
XYZ 23.54 12.05 45.34 -
YUV 89.13 180.41 178.55 -
System Red Green Blue C M Y K H S L
Decimal 160 35 182 0.12 0.81 0 0.29 291.02 0.68 0.43
Hex A0 23 B6 C 51 0 1D 123 44 2B
Octal 240 43 266 14 121 0 35 443 104 53
Binary 10100000 100011 10110110 1100 1010001 0 11101 100100011 1000100 101011

Color Harmonies of #A023B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A023B6

Black with #A023B6

Text Example


Text Example

White with #A023B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A023B6; }

 p { color: rgb(160,35,182); }

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

background-color css

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

 a { background-color: rgb(160,35,182); }

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

border-color css

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

 span { border-color: rgb(160,35,182); }

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