Html Css Color HEX #AB3CDA Dark Orchid

📋 copy color: '#AB3CDA'

red 171 ◦ green 60 ◦ blue 218

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

Shades of Dark Orchid #AB3CDA

Tints of Dark Orchid #AB3CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 38.08%
G = 13.36%
B = 48.55%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB3CDA (or 0xAB3CDA) is known color: Dark Orchid. HEX triplet: AB, 3C and DA. RGB value is (171,60,218). Sum of RGB (Red+Green+Blue) = 171+60+218=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB3CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CDA is #54C325. Grayscale: #6E6E6E. Windows color (decimal): -5554982 or 14302379. OLE color: 14302379.

HSL color Cylindrical-coordinate representation of color #AB3CDA: hue angle of 282.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3CDA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 60 218 -
CMYK 0.22 0.72 0 0.15
HSL 282.15º 0.68% 0.55% -
HSV(B) 282.15º 0.72% 0.85% -
XYZ 31.07 16.95 67.96 -
YUV 111.2 188.27 170.65 -
System Red Green Blue C M Y K H S L
Decimal 171 60 218 0.22 0.72 0 0.15 282.15 0.68 0.55
Hex AB 3C DA 16 48 0 F 11A 44 37
Octal 253 74 332 26 110 0 17 432 104 67
Binary 10101011 111100 11011010 10110 1001000 0 1111 100011010 1000100 110111

Color Harmonies of #AB3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CDA

Black with #AB3CDA

Text Example


Text Example

White with #AB3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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