Html Css Color HEX #AB3CBF Dark Orchid

📋 copy color: '#AB3CBF'

red 171 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #AB3CBF

Tints of Dark Orchid #AB3CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.22%

 BLUE value IS 191 (75% from 255) = 45.26%

R = 40.52%
G = 14.22%
B = 45.26%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB3CBF (or 0xAB3CBF) is known color: Dark Orchid. HEX triplet: AB, 3C and BF. RGB value is (171,60,191). Sum of RGB (Red+Green+Blue) = 171+60+191=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB3CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CBF is #54C340. Grayscale: #6B6B6B. Windows color (decimal): -5555009 or 12532907. OLE color: 12532907.

HSL color Cylindrical-coordinate representation of color #AB3CBF: hue angle of 290.84º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3CBF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 60 191 -
CMYK 0.10 0.69 0 0.25
HSL 290.84º 0.52% 0.49% -
HSV(B) 290.84º 0.69% 0.75% -
XYZ 27.81 15.65 50.85 -
YUV 108.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 171 60 191 0.10 0.69 0 0.25 290.84 0.52 0.49
Hex AB 3C BF A 45 0 19 123 34 31
Octal 253 74 277 12 105 0 31 443 64 61
Binary 10101011 111100 10111111 1010 1000101 0 11001 100100011 110100 110001

Color Harmonies of #AB3CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CBF

Black with #AB3CBF

Text Example


Text Example

White with #AB3CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CBF; }

 p { color: rgb(171,60,191); }

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

background-color css

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

 a { background-color: rgb(171,60,191); }

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

border-color css

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

 span { border-color: rgb(171,60,191); }

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