Html Css Color HEX #AB3DBE Dark Orchid

📋 copy color: '#AB3DBE'

red 171 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #AB3DBE

Tints of Dark Orchid #AB3DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 40.52%
G = 14.45%
B = 45.02%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB3DBE (or 0xAB3DBE) is known color: Dark Orchid. HEX triplet: AB, 3D and BE. RGB value is (171,61,190). Sum of RGB (Red+Green+Blue) = 171+61+190=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB3DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3DBE is #54C241. Grayscale: #6C6C6C. Windows color (decimal): -5554754 or 12467627. OLE color: 12467627.

HSL color Cylindrical-coordinate representation of color #AB3DBE: hue angle of 291.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3DBE is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 61 190 -
CMYK 0.10 0.68 0 0.25
HSL 291.16º 0.51% 0.49% -
HSV(B) 291.16º 0.68% 0.75% -
XYZ 27.76 15.71 50.29 -
YUV 108.6 173.94 172.51 -
System Red Green Blue C M Y K H S L
Decimal 171 61 190 0.10 0.68 0 0.25 291.16 0.51 0.49
Hex AB 3D BE A 44 0 19 123 33 31
Octal 253 75 276 12 104 0 31 443 63 61
Binary 10101011 111101 10111110 1010 1000100 0 11001 100100011 110011 110001

Color Harmonies of #AB3DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3DBE

Black with #AB3DBE

Text Example


Text Example

White with #AB3DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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