Html Css Color HEX #A02BDF Dark Orchid

📋 copy color: '#A02BDF'

red 160 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #A02BDF

Tints of Dark Orchid #A02BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.09%

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

R = 37.56%
G = 10.09%
B = 52.35%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A02BDF (or 0xA02BDF) is known color: Dark Orchid. HEX triplet: A0, 2B and DF. RGB value is (160,43,223). Sum of RGB (Red+Green+Blue) = 160+43+223=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #A02BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BDF is #5FD420. Grayscale: #616161. Windows color (decimal): -6280225 or 14625696. OLE color: 14625696.

HSL color Cylindrical-coordinate representation of color #A02BDF: hue angle of 279º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A02BDF is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 43 223 -
CMYK 0.28 0.81 0 0.13
HSL 279º 0.74% 0.52% -
HSV(B) 279º 0.81% 0.87% -
XYZ 28.68 14.53 71.1 -
YUV 98.5 198.26 171.86 -
System Red Green Blue C M Y K H S L
Decimal 160 43 223 0.28 0.81 0 0.13 279 0.74 0.52
Hex A0 2B DF 1C 51 0 D 117 4A 34
Octal 240 53 337 34 121 0 15 427 112 64
Binary 10100000 101011 11011111 11100 1010001 0 1101 100010111 1001010 110100

Color Harmonies of #A02BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BDF

Black with #A02BDF

Text Example


Text Example

White with #A02BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BDF; }

 p { color: rgb(160,43,223); }

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

background-color css

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

 a { background-color: rgb(160,43,223); }

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

border-color css

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

 span { border-color: rgb(160,43,223); }

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