Html Css Color HEX #A72BDD Dark Orchid

📋 copy color: '#A72BDD'

red 167 ◦ green 43 ◦ blue 221

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

Shades of Dark Orchid #A72BDD

Tints of Dark Orchid #A72BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 38.75%
G = 9.98%
B = 51.28%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A72BDD (or 0xA72BDD) is known color: Dark Orchid. HEX triplet: A7, 2B and DD. RGB value is (167,43,221). Sum of RGB (Red+Green+Blue) = 167+43+221=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #A72BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72BDD is #58D422. Grayscale: #636363. Windows color (decimal): -5821475 or 14494631. OLE color: 14494631.

HSL color Cylindrical-coordinate representation of color #A72BDD: hue angle of 281.8º degrees, saturation: 0.72, 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 #A72BDD is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 43 221 -
CMYK 0.24 0.81 0 0.13
HSL 281.8º 0.72% 0.52% -
HSV(B) 281.8º 0.81% 0.87% -
XYZ 29.85 15.16 69.76 -
YUV 100.37 196.08 175.53 -
System Red Green Blue C M Y K H S L
Decimal 167 43 221 0.24 0.81 0 0.13 281.8 0.72 0.52
Hex A7 2B DD 18 51 0 D 11A 48 34
Octal 247 53 335 30 121 0 15 432 110 64
Binary 10100111 101011 11011101 11000 1010001 0 1101 100011010 1001000 110100

Color Harmonies of #A72BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BDD

Black with #A72BDD

Text Example


Text Example

White with #A72BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BDD; }

 p { color: rgb(167,43,221); }

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

background-color css

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

 a { background-color: rgb(167,43,221); }

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

border-color css

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

 span { border-color: rgb(167,43,221); }

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