Html Css Color HEX #AB36DA Dark Orchid

📋 copy color: '#AB36DA'

red 171 ◦ green 54 ◦ blue 218

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

Shades of Dark Orchid #AB36DA

Tints of Dark Orchid #AB36DA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.19%

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

R = 38.6%
G = 12.19%
B = 49.21%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB36DA (or 0xAB36DA) is known color: Dark Orchid. HEX triplet: AB, 36 and DA. RGB value is (171,54,218). Sum of RGB (Red+Green+Blue) = 171+54+218=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB36DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB36DA is #54C925. Grayscale: #6B6B6B. Windows color (decimal): -5556518 or 14300843. OLE color: 14300843.

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

Color convert

RGB 171 54 218 -
CMYK 0.22 0.75 0 0.15
HSL 282.8º 0.69% 0.53% -
HSV(B) 282.8º 0.75% 0.85% -
XYZ 30.77 16.36 67.87 -
YUV 107.68 190.26 173.16 -
System Red Green Blue C M Y K H S L
Decimal 171 54 218 0.22 0.75 0 0.15 282.8 0.69 0.53
Hex AB 36 DA 16 4B 0 F 11B 45 35
Octal 253 66 332 26 113 0 17 433 105 65
Binary 10101011 110110 11011010 10110 1001011 0 1111 100011011 1000101 110101

Color Harmonies of #AB36DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB36DA

Black with #AB36DA

Text Example


Text Example

White with #AB36DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB36DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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