Html Css Color HEX #A72BBC Dark Orchid

📋 copy color: '#A72BBC'

red 167 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #A72BBC

Tints of Dark Orchid #A72BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 41.96%
G = 10.8%
B = 47.24%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A72BBC (or 0xA72BBC) is known color: Dark Orchid. HEX triplet: A7, 2B and BC. RGB value is (167,43,188). Sum of RGB (Red+Green+Blue) = 167+43+188=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #A72BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72BBC is #58D443. Grayscale: #606060. Windows color (decimal): -5821508 or 12331943. OLE color: 12331943.

HSL color Cylindrical-coordinate representation of color #A72BBC: hue angle of 291.31º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72BBC is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 43 188 -
CMYK 0.11 0.77 0 0.26
HSL 291.31º 0.63% 0.45% -
HSV(B) 291.31º 0.77% 0.74% -
XYZ 25.88 13.57 48.83 -
YUV 96.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 167 43 188 0.11 0.77 0 0.26 291.31 0.63 0.45
Hex A7 2B BC B 4D 0 1A 123 3F 2D
Octal 247 53 274 13 115 0 32 443 77 55
Binary 10100111 101011 10111100 1011 1001101 0 11010 100100011 111111 101101

Color Harmonies of #A72BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BBC

Black with #A72BBC

Text Example


Text Example

White with #A72BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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