Html Css Color HEX #A72AAF Dark Orchid

📋 copy color: '#A72AAF'

red 167 ◦ green 42 ◦ blue 175

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

Shades of Dark Orchid #A72AAF

Tints of Dark Orchid #A72AAF

RGB

 RED value IS 167 (65.63% from 255) = 43.49%

 GREEN value IS 42 (16.8% from 255) = 10.94%

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 43.49%
G = 10.94%
B = 45.57%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A72AAF (or 0xA72AAF) is known color: Dark Orchid. HEX triplet: A7, 2A and AF. RGB value is (167,42,175). Sum of RGB (Red+Green+Blue) = 167+42+175=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #A72AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72AAF is #58D550. Grayscale: #5E5E5E. Windows color (decimal): -5821777 or 11479719. OLE color: 11479719.

HSL color Cylindrical-coordinate representation of color #A72AAF: hue angle of 296.39º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72AAF is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 42 175 -
CMYK 0.05 0.76 0 0.31
HSL 296.39º 0.61% 0.43% -
HSV(B) 296.39º 0.76% 0.69% -
XYZ 24.5 12.97 41.77 -
YUV 94.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 167 42 175 0.05 0.76 0 0.31 296.39 0.61 0.43
Hex A7 2A AF 5 4C 0 1F 128 3D 2B
Octal 247 52 257 5 114 0 37 450 75 53
Binary 10100111 101010 10101111 101 1001100 0 11111 100101000 111101 101011

Color Harmonies of #A72AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72AAF

Black with #A72AAF

Text Example


Text Example

White with #A72AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72AAF; }

 p { color: rgb(167,42,175); }

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

background-color css

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

 a { background-color: rgb(167,42,175); }

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

border-color css

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

 span { border-color: rgb(167,42,175); }

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