Html Css Color HEX #A72BDF Dark Orchid

📋 copy color: '#A72BDF'

red 167 ◦ green 43 ◦ blue 223

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

Shades of Dark Orchid #A72BDF

Tints of Dark Orchid #A72BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 38.57%
G = 9.93%
B = 51.5%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A72BDF (or 0xA72BDF) is known color: Dark Orchid. HEX triplet: A7, 2B and DF. RGB value is (167,43,223). Sum of RGB (Red+Green+Blue) = 167+43+223=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #A72BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72BDF is #58D420. Grayscale: #646464. Windows color (decimal): -5821473 or 14625703. OLE color: 14625703.

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

Color convert

RGB 167 43 223 -
CMYK 0.25 0.81 0 0.13
HSL 281.33º 0.74% 0.52% -
HSV(B) 281.33º 0.81% 0.87% -
XYZ 30.12 15.27 71.17 -
YUV 100.6 197.08 175.36 -
System Red Green Blue C M Y K H S L
Decimal 167 43 223 0.25 0.81 0 0.13 281.33 0.74 0.52
Hex A7 2B DF 19 51 0 D 119 4A 34
Octal 247 53 337 31 121 0 15 431 112 64
Binary 10100111 101011 11011111 11001 1010001 0 1101 100011001 1001010 110100

Color Harmonies of #A72BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BDF

Black with #A72BDF

Text Example


Text Example

White with #A72BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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