Html Css Color HEX #A02BBE Dark Orchid

📋 copy color: '#A02BBE'

red 160 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #A02BBE

Tints of Dark Orchid #A02BBE

RGB

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

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

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

R = 40.71%
G = 10.94%
B = 48.35%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A02BBE (or 0xA02BBE) is known color: Dark Orchid. HEX triplet: A0, 2B and BE. RGB value is (160,43,190). Sum of RGB (Red+Green+Blue) = 160+43+190=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #A02BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BBE is #5FD441. Grayscale: #5E5E5E. Windows color (decimal): -6280258 or 12463008. OLE color: 12463008.

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

Color convert

RGB 160 43 190 -
CMYK 0.16 0.77 0 0.25
HSL 287.76º 0.63% 0.46% -
HSV(B) 287.76º 0.77% 0.75% -
XYZ 24.66 12.92 49.91 -
YUV 94.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 160 43 190 0.16 0.77 0 0.25 287.76 0.63 0.46
Hex A0 2B BE 10 4D 0 19 120 3F 2E
Octal 240 53 276 20 115 0 31 440 77 56
Binary 10100000 101011 10111110 10000 1001101 0 11001 100100000 111111 101110

Color Harmonies of #A02BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BBE

Black with #A02BBE

Text Example


Text Example

White with #A02BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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