Html Css Color HEX #AB3FCE Dark Orchid

📋 copy color: '#AB3FCE'

red 171 ◦ green 63 ◦ blue 206

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

Shades of Dark Orchid #AB3FCE

Tints of Dark Orchid #AB3FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 38.86%
G = 14.32%
B = 46.82%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB3FCE (or 0xAB3FCE) is known color: Dark Orchid. HEX triplet: AB, 3F and CE. RGB value is (171,63,206). Sum of RGB (Red+Green+Blue) = 171+63+206=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB3FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FCE is #54C031. Grayscale: #6F6F6F. Windows color (decimal): -5554226 or 13516715. OLE color: 13516715.

HSL color Cylindrical-coordinate representation of color #AB3FCE: hue angle of 285.31º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3FCE is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 63 206 -
CMYK 0.17 0.69 0 0.19
HSL 285.31º 0.59% 0.53% -
HSV(B) 285.31º 0.69% 0.81% -
XYZ 29.71 16.67 60.04 -
YUV 111.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 171 63 206 0.17 0.69 0 0.19 285.31 0.59 0.53
Hex AB 3F CE 11 45 0 13 11D 3B 35
Octal 253 77 316 21 105 0 23 435 73 65
Binary 10101011 111111 11001110 10001 1000101 0 10011 100011101 111011 110101

Color Harmonies of #AB3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3FCE

Black with #AB3FCE

Text Example


Text Example

White with #AB3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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