Html Css Color HEX #AB8DFD Biloba Flower

📋 copy color: '#AB8DFD'

red 171 ◦ green 141 ◦ blue 253

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

Shades of Biloba Flower #AB8DFD

Tints of Biloba Flower #AB8DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.96%

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 30.27%
G = 24.96%
B = 44.78%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB8DFD (or 0xAB8DFD) is known color: Biloba Flower. HEX triplet: AB, 8D and FD. RGB value is (171,141,253). Sum of RGB (Red+Green+Blue) = 171+141+253=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB8DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DFD is #547202. Grayscale: #A2A2A2. Windows color (decimal): -5534211 or 16616875. OLE color: 16616875.

HSL color Cylindrical-coordinate representation of color #AB8DFD: hue angle of 256.07º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8DFD is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 141 253 -
CMYK 0.32 0.44 0 0.01
HSL 256.07º 0.97% 0.77% -
HSV(B) 256.07º 0.44% 0.99% -
XYZ 44.05 34.8 97.32 -
YUV 162.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 171 141 253 0.32 0.44 0 0.01 256.07 0.97 0.77
Hex AB 8D FD 20 2C 0 1 100 61 4D
Octal 253 215 375 40 54 0 1 400 141 115
Binary 10101011 10001101 11111101 100000 101100 0 1 100000000 1100001 1001101

Color Harmonies of #AB8DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DFD

Black with #AB8DFD

Text Example


Text Example

White with #AB8DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DFD; }

 p { color: rgb(171,141,253); }

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

background-color css

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

 a { background-color: rgb(171,141,253); }

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

border-color css

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

 span { border-color: rgb(171,141,253); }

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