Html Css Color HEX #A72CDA Dark Orchid

📋 copy color: '#A72CDA'

red 167 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #A72CDA

Tints of Dark Orchid #A72CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.26%

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 38.93%
G = 10.26%
B = 50.82%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A72CDA (or 0xA72CDA) is known color: Dark Orchid. HEX triplet: A7, 2C and DA. RGB value is (167,44,218). Sum of RGB (Red+Green+Blue) = 167+44+218=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #A72CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CDA is #58D325. Grayscale: #646464. Windows color (decimal): -5821222 or 14298279. OLE color: 14298279.

HSL color Cylindrical-coordinate representation of color #A72CDA: hue angle of 282.41º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72CDA is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 44 218 -
CMYK 0.23 0.80 0 0.15
HSL 282.41º 0.7% 0.51% -
HSV(B) 282.41º 0.8% 0.85% -
XYZ 29.49 15.08 67.69 -
YUV 100.61 194.25 175.35 -
System Red Green Blue C M Y K H S L
Decimal 167 44 218 0.23 0.80 0 0.15 282.41 0.7 0.51
Hex A7 2C DA 17 50 0 F 11A 46 33
Octal 247 54 332 27 120 0 17 432 106 63
Binary 10100111 101100 11011010 10111 1010000 0 1111 100011010 1000110 110011

Color Harmonies of #A72CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72CDA

Black with #A72CDA

Text Example


Text Example

White with #A72CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72CDA; }

 p { color: rgb(167,44,218); }

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

background-color css

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

 a { background-color: rgb(167,44,218); }

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

border-color css

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

 span { border-color: rgb(167,44,218); }

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