Html Css Color HEX #AB8BE4 Biloba Flower

📋 copy color: '#AB8BE4'

red 171 ◦ green 139 ◦ blue 228

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

Shades of Biloba Flower #AB8BE4

Tints of Biloba Flower #AB8BE4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.84%

 BLUE value IS 228 (89.45% from 255) = 42.38%

R = 31.78%
G = 25.84%
B = 42.38%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AB8BE4 (or 0xAB8BE4) is known color: Biloba Flower. HEX triplet: AB, 8B and E4. RGB value is (171,139,228). Sum of RGB (Red+Green+Blue) = 171+139+228=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB8BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BE4 is #54741B. Grayscale: #9E9E9E. Windows color (decimal): -5534748 or 14977963. OLE color: 14977963.

HSL color Cylindrical-coordinate representation of color #AB8BE4: hue angle of 261.57º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB8BE4 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 139 228 -
CMYK 0.25 0.39 0 0.11
HSL 261.57º 0.62% 0.72% -
HSV(B) 261.57º 0.39% 0.89% -
XYZ 40.03 32.72 77.61 -
YUV 158.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 171 139 228 0.25 0.39 0 0.11 261.57 0.62 0.72
Hex AB 8B E4 19 27 0 B 106 3E 48
Octal 253 213 344 31 47 0 13 406 76 110
Binary 10101011 10001011 11100100 11001 100111 0 1011 100000110 111110 1001000

Color Harmonies of #AB8BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BE4

Black with #AB8BE4

Text Example


Text Example

White with #AB8BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BE4; }

 p { color: rgb(171,139,228); }

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

background-color css

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

 a { background-color: rgb(171,139,228); }

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

border-color css

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

 span { border-color: rgb(171,139,228); }

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