Html Css Color HEX #AB3CCB Dark Orchid

📋 copy color: '#AB3CCB'

red 171 ◦ green 60 ◦ blue 203

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

Shades of Dark Orchid #AB3CCB

Tints of Dark Orchid #AB3CCB

RGB

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

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

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

R = 39.4%
G = 13.82%
B = 46.77%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB3CCB (or 0xAB3CCB) is known color: Dark Orchid. HEX triplet: AB, 3C and CB. RGB value is (171,60,203). Sum of RGB (Red+Green+Blue) = 171+60+203=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB3CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CCB is #54C334. Grayscale: #6D6D6D. Windows color (decimal): -5554997 or 13319339. OLE color: 13319339.

HSL color Cylindrical-coordinate representation of color #AB3CCB: hue angle of 286.57º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3CCB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 60 203 -
CMYK 0.16 0.70 0 0.20
HSL 286.57º 0.58% 0.52% -
HSV(B) 286.57º 0.7% 0.8% -
XYZ 29.19 16.2 58.09 -
YUV 109.49 180.77 171.87 -
System Red Green Blue C M Y K H S L
Decimal 171 60 203 0.16 0.70 0 0.20 286.57 0.58 0.52
Hex AB 3C CB 10 46 0 14 11F 3A 34
Octal 253 74 313 20 106 0 24 437 72 64
Binary 10101011 111100 11001011 10000 1000110 0 10100 100011111 111010 110100

Color Harmonies of #AB3CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CCB

Black with #AB3CCB

Text Example


Text Example

White with #AB3CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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