Html Css Color HEX #A02FBE Dark Orchid

📋 copy color: '#A02FBE'

red 160 ◦ green 47 ◦ blue 190

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

Shades of Dark Orchid #A02FBE

Tints of Dark Orchid #A02FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.84%

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

R = 40.3%
G = 11.84%
B = 47.86%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A02FBE (or 0xA02FBE) is known color: Dark Orchid. HEX triplet: A0, 2F and BE. RGB value is (160,47,190). Sum of RGB (Red+Green+Blue) = 160+47+190=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #A02FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FBE is #5FD041. Grayscale: #606060. Windows color (decimal): -6279234 or 12464032. OLE color: 12464032.

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

Color convert

RGB 160 47 190 -
CMYK 0.16 0.75 0 0.25
HSL 287.41º 0.6% 0.46% -
HSV(B) 287.41º 0.75% 0.75% -
XYZ 24.81 13.22 49.96 -
YUV 97.09 180.44 172.87 -
System Red Green Blue C M Y K H S L
Decimal 160 47 190 0.16 0.75 0 0.25 287.41 0.6 0.46
Hex A0 2F BE 10 4B 0 19 11F 3C 2E
Octal 240 57 276 20 113 0 31 437 74 56
Binary 10100000 101111 10111110 10000 1001011 0 11001 100011111 111100 101110

Color Harmonies of #A02FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02FBE

Black with #A02FBE

Text Example


Text Example

White with #A02FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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