Html Css Color HEX #A88FF2 Biloba Flower

📋 copy color: '#A88FF2'

red 168 ◦ green 143 ◦ blue 242

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

Shades of Biloba Flower #A88FF2

Tints of Biloba Flower #A88FF2

RGB

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

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

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

R = 30.38%
G = 25.86%
B = 43.76%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A88FF2 (or 0xA88FF2) is known color: Biloba Flower. HEX triplet: A8, 8F and F2. RGB value is (168,143,242). Sum of RGB (Red+Green+Blue) = 168+143+242=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #A88FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88FF2 is #57700D. Grayscale: #A1A1A1. Windows color (decimal): -5730318 or 15896488. OLE color: 15896488.

HSL color Cylindrical-coordinate representation of color #A88FF2: hue angle of 255.15º 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 #A88FF2 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 143 242 -
CMYK 0.31 0.41 0 0.05
HSL 255.15º 0.79% 0.75% -
HSV(B) 255.15º 0.41% 0.95% -
XYZ 42 34.38 88.43 -
YUV 161.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 168 143 242 0.31 0.41 0 0.05 255.15 0.79 0.75
Hex A8 8F F2 1F 29 0 5 FF 4F 4B
Octal 250 217 362 37 51 0 5 377 117 113
Binary 10101000 10001111 11110010 11111 101001 0 101 11111111 1001111 1001011

Color Harmonies of #A88FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88FF2

Black with #A88FF2

Text Example


Text Example

White with #A88FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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