Html Css Color HEX #AB8FF2 Biloba Flower

📋 copy color: '#AB8FF2'

red 171 ◦ green 143 ◦ blue 242

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

Shades of Biloba Flower #AB8FF2

Tints of Biloba Flower #AB8FF2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.72%

 BLUE value IS 242 (94.92% from 255) = 43.53%

R = 30.76%
G = 25.72%
B = 43.53%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB8FF2 (or 0xAB8FF2) is known color: Biloba Flower. HEX triplet: AB, 8F and F2. RGB value is (171,143,242). Sum of RGB (Red+Green+Blue) = 171+143+242=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB8FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8FF2 is #54700D. Grayscale: #A2A2A2. Windows color (decimal): -5533710 or 15896491. OLE color: 15896491.

HSL color Cylindrical-coordinate representation of color #AB8FF2: hue angle of 256.97º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB8FF2 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 143 242 -
CMYK 0.29 0.41 0 0.05
HSL 256.97º 0.79% 0.75% -
HSV(B) 256.97º 0.41% 0.95% -
XYZ 42.64 34.71 88.46 -
YUV 162.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 171 143 242 0.29 0.41 0 0.05 256.97 0.79 0.75
Hex AB 8F F2 1D 29 0 5 101 4F 4B
Octal 253 217 362 35 51 0 5 401 117 113
Binary 10101011 10001111 11110010 11101 101001 0 101 100000001 1001111 1001011

Color Harmonies of #AB8FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8FF2

Black with #AB8FF2

Text Example


Text Example

White with #AB8FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8FF2; }

 p { color: rgb(171,143,242); }

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

background-color css

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

 a { background-color: rgb(171,143,242); }

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

border-color css

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

 span { border-color: rgb(171,143,242); }

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