Html Css Color HEX #A72FCB Dark Orchid

📋 copy color: '#A72FCB'

red 167 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #A72FCB

Tints of Dark Orchid #A72FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.27%

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 40.05%
G = 11.27%
B = 48.68%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A72FCB (or 0xA72FCB) is known color: Dark Orchid. HEX triplet: A7, 2F and CB. RGB value is (167,47,203). Sum of RGB (Red+Green+Blue) = 167+47+203=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #A72FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72FCB is #58D034. Grayscale: #646464. Windows color (decimal): -5820469 or 13316007. OLE color: 13316007.

HSL color Cylindrical-coordinate representation of color #A72FCB: hue angle of 286.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72FCB is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 47 203 -
CMYK 0.18 0.77 0 0.20
HSL 286.15º 0.62% 0.49% -
HSV(B) 286.15º 0.77% 0.8% -
XYZ 27.73 14.56 57.85 -
YUV 100.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 167 47 203 0.18 0.77 0 0.20 286.15 0.62 0.49
Hex A7 2F CB 12 4D 0 14 11E 3E 31
Octal 247 57 313 22 115 0 24 436 76 61
Binary 10100111 101111 11001011 10010 1001101 0 10100 100011110 111110 110001

Color Harmonies of #A72FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72FCB

Black with #A72FCB

Text Example


Text Example

White with #A72FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72FCB; }

 p { color: rgb(167,47,203); }

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

background-color css

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

 a { background-color: rgb(167,47,203); }

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

border-color css

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

 span { border-color: rgb(167,47,203); }

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