Html Css Color HEX #AB3DBB Dark Orchid

📋 copy color: '#AB3DBB'

red 171 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #AB3DBB

Tints of Dark Orchid #AB3DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 40.81%
G = 14.56%
B = 44.63%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB3DBB (or 0xAB3DBB) is known color: Dark Orchid. HEX triplet: AB, 3D and BB. RGB value is (171,61,187). Sum of RGB (Red+Green+Blue) = 171+61+187=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB3DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3DBB is #54C244. Grayscale: #6B6B6B. Windows color (decimal): -5554757 or 12271019. OLE color: 12271019.

HSL color Cylindrical-coordinate representation of color #AB3DBB: hue angle of 292.38º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3DBB is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 61 187 -
CMYK 0.09 0.67 0 0.27
HSL 292.38º 0.51% 0.49% -
HSV(B) 292.38º 0.67% 0.73% -
XYZ 27.43 15.58 48.58 -
YUV 108.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 171 61 187 0.09 0.67 0 0.27 292.38 0.51 0.49
Hex AB 3D BB 9 43 0 1B 124 33 31
Octal 253 75 273 11 103 0 33 444 63 61
Binary 10101011 111101 10111011 1001 1000011 0 11011 100100100 110011 110001

Color Harmonies of #AB3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3DBB

Black with #AB3DBB

Text Example


Text Example

White with #AB3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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