Html Css Color HEX #AB3FCB Dark Orchid

📋 copy color: '#AB3FCB'

red 171 ◦ green 63 ◦ blue 203

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

Shades of Dark Orchid #AB3FCB

Tints of Dark Orchid #AB3FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.42%

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

R = 39.13%
G = 14.42%
B = 46.45%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB3FCB (or 0xAB3FCB) is known color: Dark Orchid. HEX triplet: AB, 3F and CB. RGB value is (171,63,203). Sum of RGB (Red+Green+Blue) = 171+63+203=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB3FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FCB is #54C034. Grayscale: #6E6E6E. Windows color (decimal): -5554229 or 13320107. OLE color: 13320107.

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

Color convert

RGB 171 63 203 -
CMYK 0.16 0.69 0 0.20
HSL 286.29º 0.57% 0.52% -
HSV(B) 286.29º 0.69% 0.8% -
XYZ 29.35 16.52 58.14 -
YUV 111.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 171 63 203 0.16 0.69 0 0.20 286.29 0.57 0.52
Hex AB 3F CB 10 45 0 14 11E 39 34
Octal 253 77 313 20 105 0 24 436 71 64
Binary 10101011 111111 11001011 10000 1000101 0 10100 100011110 111001 110100

Color Harmonies of #AB3FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3FCB

Black with #AB3FCB

Text Example


Text Example

White with #AB3FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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