Html Css Color HEX #AB3DCE Dark Orchid

📋 copy color: '#AB3DCE'

red 171 ◦ green 61 ◦ blue 206

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

Shades of Dark Orchid #AB3DCE

Tints of Dark Orchid #AB3DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.93%

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

R = 39.04%
G = 13.93%
B = 47.03%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB3DCE (or 0xAB3DCE) is known color: Dark Orchid. HEX triplet: AB, 3D and CE. RGB value is (171,61,206). Sum of RGB (Red+Green+Blue) = 171+61+206=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB3DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3DCE is #54C231. Grayscale: #6D6D6D. Windows color (decimal): -5554738 or 13516203. OLE color: 13516203.

HSL color Cylindrical-coordinate representation of color #AB3DCE: hue angle of 285.52º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3DCE is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 61 206 -
CMYK 0.17 0.70 0 0.19
HSL 285.52º 0.6% 0.52% -
HSV(B) 285.52º 0.7% 0.81% -
XYZ 29.6 16.45 60.01 -
YUV 110.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 171 61 206 0.17 0.70 0 0.19 285.52 0.6 0.52
Hex AB 3D CE 11 46 0 13 11E 3C 34
Octal 253 75 316 21 106 0 23 436 74 64
Binary 10101011 111101 11001110 10001 1000110 0 10011 100011110 111100 110100

Color Harmonies of #AB3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3DCE

Black with #AB3DCE

Text Example


Text Example

White with #AB3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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