Html Css Color HEX #A72DB4 Dark Orchid

📋 copy color: '#A72DB4'

red 167 ◦ green 45 ◦ blue 180

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

Shades of Dark Orchid #A72DB4

Tints of Dark Orchid #A72DB4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.48%

 BLUE value IS 180 (70.7% from 255) = 45.92%

R = 42.6%
G = 11.48%
B = 45.92%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A72DB4 (or 0xA72DB4) is known color: Dark Orchid. HEX triplet: A7, 2D and B4. RGB value is (167,45,180). Sum of RGB (Red+Green+Blue) = 167+45+180=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #A72DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DB4 is #58D24B. Grayscale: #606060. Windows color (decimal): -5821004 or 11808167. OLE color: 11808167.

HSL color Cylindrical-coordinate representation of color #A72DB4: hue angle of 294.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72DB4 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 45 180 -
CMYK 0.07 0.75 0 0.29
HSL 294.22º 0.6% 0.44% -
HSV(B) 294.22º 0.75% 0.71% -
XYZ 25.11 13.39 44.44 -
YUV 96.87 174.92 178.02 -
System Red Green Blue C M Y K H S L
Decimal 167 45 180 0.07 0.75 0 0.29 294.22 0.6 0.44
Hex A7 2D B4 7 4B 0 1D 126 3C 2C
Octal 247 55 264 7 113 0 35 446 74 54
Binary 10100111 101101 10110100 111 1001011 0 11101 100100110 111100 101100

Color Harmonies of #A72DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72DB4

Black with #A72DB4

Text Example


Text Example

White with #A72DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72DB4; }

 p { color: rgb(167,45,180); }

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

background-color css

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

 a { background-color: rgb(167,45,180); }

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

border-color css

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

 span { border-color: rgb(167,45,180); }

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