Html Css Color HEX #AB2BBC Dark Orchid

📋 copy color: '#AB2BBC'

red 171 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #AB2BBC

Tints of Dark Orchid #AB2BBC

RGB

 RED value IS 171 (67.19% from 255) = 42.54%

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

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

R = 42.54%
G = 10.7%
B = 46.77%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB2BBC (or 0xAB2BBC) is known color: Dark Orchid. HEX triplet: AB, 2B and BC. RGB value is (171,43,188). Sum of RGB (Red+Green+Blue) = 171+43+188=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB2BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BBC is #54D443. Grayscale: #616161. Windows color (decimal): -5559364 or 12331947. OLE color: 12331947.

HSL color Cylindrical-coordinate representation of color #AB2BBC: hue angle of 292.97º 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 #AB2BBC is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 43 188 -
CMYK 0.09 0.77 0 0.26
HSL 292.97º 0.63% 0.45% -
HSV(B) 292.97º 0.77% 0.74% -
XYZ 26.74 14.02 48.87 -
YUV 97.8 178.91 180.21 -
System Red Green Blue C M Y K H S L
Decimal 171 43 188 0.09 0.77 0 0.26 292.97 0.63 0.45
Hex AB 2B BC 9 4D 0 1A 125 3F 2D
Octal 253 53 274 11 115 0 32 445 77 55
Binary 10101011 101011 10111100 1001 1001101 0 11010 100100101 111111 101101

Color Harmonies of #AB2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BBC

Black with #AB2BBC

Text Example


Text Example

White with #AB2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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