Html Css Color HEX #A02DBF Dark Orchid

📋 copy color: '#A02DBF'

red 160 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #A02DBF

Tints of Dark Orchid #A02DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.36%

 BLUE value IS 191 (75% from 255) = 48.23%

R = 40.4%
G = 11.36%
B = 48.23%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A02DBF (or 0xA02DBF) is known color: Dark Orchid. HEX triplet: A0, 2D and BF. RGB value is (160,45,191). Sum of RGB (Red+Green+Blue) = 160+45+191=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #A02DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DBF is #5FD240. Grayscale: #5F5F5F. Windows color (decimal): -6279745 or 12529056. OLE color: 12529056.

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

Color convert

RGB 160 45 191 -
CMYK 0.16 0.76 0 0.25
HSL 287.26º 0.62% 0.46% -
HSV(B) 287.26º 0.76% 0.75% -
XYZ 24.84 13.11 50.51 -
YUV 96.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 160 45 191 0.16 0.76 0 0.25 287.26 0.62 0.46
Hex A0 2D BF 10 4C 0 19 11F 3E 2E
Octal 240 55 277 20 114 0 31 437 76 56
Binary 10100000 101101 10111111 10000 1001100 0 11001 100011111 111110 101110

Color Harmonies of #A02DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02DBF

Black with #A02DBF

Text Example


Text Example

White with #A02DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02DBF; }

 p { color: rgb(160,45,191); }

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

background-color css

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

 a { background-color: rgb(160,45,191); }

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

border-color css

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

 span { border-color: rgb(160,45,191); }

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