Html Css Color HEX #A72BCF Dark Orchid

📋 copy color: '#A72BCF'

red 167 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #A72BCF

Tints of Dark Orchid #A72BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 40.05%
G = 10.31%
B = 49.64%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A72BCF (or 0xA72BCF) is known color: Dark Orchid. HEX triplet: A7, 2B and CF. RGB value is (167,43,207). Sum of RGB (Red+Green+Blue) = 167+43+207=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #A72BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72BCF is #58D430. Grayscale: #626262. Windows color (decimal): -5821489 or 13577127. OLE color: 13577127.

HSL color Cylindrical-coordinate representation of color #A72BCF: hue angle of 285.37º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A72BCF is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 43 207 -
CMYK 0.19 0.79 0 0.19
HSL 285.37º 0.66% 0.49% -
HSV(B) 285.37º 0.79% 0.81% -
XYZ 28.06 14.45 60.34 -
YUV 98.77 189.08 176.66 -
System Red Green Blue C M Y K H S L
Decimal 167 43 207 0.19 0.79 0 0.19 285.37 0.66 0.49
Hex A7 2B CF 13 4F 0 13 11D 42 31
Octal 247 53 317 23 117 0 23 435 102 61
Binary 10100111 101011 11001111 10011 1001111 0 10011 100011101 1000010 110001

Color Harmonies of #A72BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BCF

Black with #A72BCF

Text Example


Text Example

White with #A72BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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