Html Css Color HEX #A888F2 Biloba Flower

📋 copy color: '#A888F2'

red 168 ◦ green 136 ◦ blue 242

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

Shades of Biloba Flower #A888F2

Tints of Biloba Flower #A888F2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.91%

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

R = 30.77%
G = 24.91%
B = 44.32%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A888F2 (or 0xA888F2) is known color: Biloba Flower. HEX triplet: A8, 88 and F2. RGB value is (168,136,242). Sum of RGB (Red+Green+Blue) = 168+136+242=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #A888F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888F2 is #57770D. Grayscale: #9D9D9D. Windows color (decimal): -5732110 or 15894696. OLE color: 15894696.

HSL color Cylindrical-coordinate representation of color #A888F2: hue angle of 258.11º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A888F2 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 136 242 -
CMYK 0.31 0.44 0 0.05
HSL 258.11º 0.8% 0.74% -
HSV(B) 258.11º 0.44% 0.95% -
XYZ 40.98 32.34 88.09 -
YUV 157.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 168 136 242 0.31 0.44 0 0.05 258.11 0.8 0.74
Hex A8 88 F2 1F 2C 0 5 102 50 4A
Octal 250 210 362 37 54 0 5 402 120 112
Binary 10101000 10001000 11110010 11111 101100 0 101 100000010 1010000 1001010

Color Harmonies of #A888F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A888F2

Black with #A888F2

Text Example


Text Example

White with #A888F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A888F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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