Html Css Color HEX #A88FFC Biloba Flower

📋 copy color: '#A88FFC'

red 168 ◦ green 143 ◦ blue 252

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

Shades of Biloba Flower #A88FFC

Tints of Biloba Flower #A88FFC

RGB

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

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

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

R = 29.84%
G = 25.4%
B = 44.76%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A88FFC (or 0xA88FFC) is known color: Biloba Flower. HEX triplet: A8, 8F and FC. RGB value is (168,143,252). Sum of RGB (Red+Green+Blue) = 168+143+252=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #A88FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FFC is #577003. Grayscale: #A2A2A2. Windows color (decimal): -5730308 or 16551848. OLE color: 16551848.

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

Color convert

RGB 168 143 252 -
CMYK 0.33 0.43 0 0.01
HSL 253.76º 0.95% 0.77% -
HSV(B) 253.76º 0.43% 0.99% -
XYZ 43.54 35 96.56 -
YUV 162.9 178.28 131.64 -
System Red Green Blue C M Y K H S L
Decimal 168 143 252 0.33 0.43 0 0.01 253.76 0.95 0.77
Hex A8 8F FC 21 2B 0 1 FE 5F 4D
Octal 250 217 374 41 53 0 1 376 137 115
Binary 10101000 10001111 11111100 100001 101011 0 1 11111110 1011111 1001101

Color Harmonies of #A88FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FFC

Black with #A88FFC

Text Example


Text Example

White with #A88FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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