Html Css Color HEX #AB3BBE Dark Orchid

📋 copy color: '#AB3BBE'

red 171 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #AB3BBE

Tints of Dark Orchid #AB3BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.05%

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

R = 40.71%
G = 14.05%
B = 45.24%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB3BBE (or 0xAB3BBE) is known color: Dark Orchid. HEX triplet: AB, 3B and BE. RGB value is (171,59,190). Sum of RGB (Red+Green+Blue) = 171+59+190=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB3BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BBE is #54C441. Grayscale: #6B6B6B. Windows color (decimal): -5555266 or 12467115. OLE color: 12467115.

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

Color convert

RGB 171 59 190 -
CMYK 0.10 0.69 0 0.25
HSL 291.3º 0.53% 0.49% -
HSV(B) 291.3º 0.69% 0.75% -
XYZ 27.65 15.5 50.25 -
YUV 107.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 171 59 190 0.10 0.69 0 0.25 291.3 0.53 0.49
Hex AB 3B BE A 45 0 19 123 35 31
Octal 253 73 276 12 105 0 31 443 65 61
Binary 10101011 111011 10111110 1010 1000101 0 11001 100100011 110101 110001

Color Harmonies of #AB3BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BBE

Black with #AB3BBE

Text Example


Text Example

White with #AB3BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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