Html Css Color HEX #A88EFC Biloba Flower

📋 copy color: '#A88EFC'

red 168 ◦ green 142 ◦ blue 252

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

Shades of Biloba Flower #A88EFC

Tints of Biloba Flower #A88EFC

RGB

 RED value IS 168 (66.02% from 255) = 29.89%

 GREEN value IS 142 (55.86% from 255) = 25.27%

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 29.89%
G = 25.27%
B = 44.84%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A88EFC (or 0xA88EFC) is known color: Biloba Flower. HEX triplet: A8, 8E and FC. RGB value is (168,142,252). Sum of RGB (Red+Green+Blue) = 168+142+252=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #A88EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88EFC is #577103. Grayscale: #A1A1A1. Windows color (decimal): -5730564 or 16551592. OLE color: 16551592.

HSL color Cylindrical-coordinate representation of color #A88EFC: hue angle of 254.18º degrees, saturation: 0.95, 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 #A88EFC is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 142 252 -
CMYK 0.33 0.44 0 0.01
HSL 254.18º 0.95% 0.77% -
HSV(B) 254.18º 0.44% 0.99% -
XYZ 43.39 34.7 96.51 -
YUV 162.31 178.61 132.06 -
System Red Green Blue C M Y K H S L
Decimal 168 142 252 0.33 0.44 0 0.01 254.18 0.95 0.77
Hex A8 8E FC 21 2C 0 1 FE 5F 4D
Octal 250 216 374 41 54 0 1 376 137 115
Binary 10101000 10001110 11111100 100001 101100 0 1 11111110 1011111 1001101

Color Harmonies of #A88EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EFC

Black with #A88EFC

Text Example


Text Example

White with #A88EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EFC; }

 p { color: rgb(168,142,252); }

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

background-color css

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

 a { background-color: rgb(168,142,252); }

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

border-color css

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

 span { border-color: rgb(168,142,252); }

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