Html Css Color HEX #A72ED3 Dark Orchid

📋 copy color: '#A72ED3'

red 167 ◦ green 46 ◦ blue 211

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

Shades of Dark Orchid #A72ED3

Tints of Dark Orchid #A72ED3

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.85%

 BLUE value IS 211 (82.81% from 255) = 49.76%

R = 39.39%
G = 10.85%
B = 49.76%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A72ED3 (or 0xA72ED3) is known color: Dark Orchid. HEX triplet: A7, 2E and D3. RGB value is (167,46,211). Sum of RGB (Red+Green+Blue) = 167+46+211=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 211 (82.81% from 255 or 49.76% from 424); Max value from RGB is 211 - color contains mainly: blue. Hex color #A72ED3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72ED3 is #58D12C. Grayscale: #646464. Windows color (decimal): -5820717 or 13840039. OLE color: 13840039.

HSL color Cylindrical-coordinate representation of color #A72ED3: hue angle of 284º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A72ED3 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 167 46 211 -
CMYK 0.21 0.78 0 0.17
HSL 284º 0.65% 0.5% -
HSV(B) 284º 0.78% 0.83% -
XYZ 28.67 14.87 62.99 -
YUV 100.99 190.09 175.08 -
System Red Green Blue C M Y K H S L
Decimal 167 46 211 0.21 0.78 0 0.17 284 0.65 0.5
Hex A7 2E D3 15 4E 0 11 11C 41 32
Octal 247 56 323 25 116 0 21 434 101 62
Binary 10100111 101110 11010011 10101 1001110 0 10001 100011100 1000001 110010

Color Harmonies of #A72ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72ED3

Black with #A72ED3

Text Example


Text Example

White with #A72ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72ED3; }

 p { color: rgb(167,46,211); }

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

background-color css

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

 a { background-color: rgb(167,46,211); }

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

border-color css

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

 span { border-color: rgb(167,46,211); }

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