Html Css Color HEX #A690FB Biloba Flower

📋 copy color: '#A690FB'

red 166 ◦ green 144 ◦ blue 251

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

Shades of Biloba Flower #A690FB

Tints of Biloba Flower #A690FB

RGB

 RED value IS 166 (65.23% from 255) = 29.59%

 GREEN value IS 144 (56.64% from 255) = 25.67%

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 29.59%
G = 25.67%
B = 44.74%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A690FB (or 0xA690FB) is known color: Biloba Flower. HEX triplet: A6, 90 and FB. RGB value is (166,144,251). Sum of RGB (Red+Green+Blue) = 166+144+251=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #A690FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690FB is #596F04. Grayscale: #A2A2A2. Windows color (decimal): -5861125 or 16486566. OLE color: 16486566.

HSL color Cylindrical-coordinate representation of color #A690FB: hue angle of 252.34º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A690FB is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 144 251 -
CMYK 0.34 0.43 0 0.02
HSL 252.34º 0.93% 0.77% -
HSV(B) 252.34º 0.43% 0.98% -
XYZ 43.11 35.02 95.75 -
YUV 162.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 166 144 251 0.34 0.43 0 0.02 252.34 0.93 0.77
Hex A6 90 FB 22 2B 0 2 FC 5D 4D
Octal 246 220 373 42 53 0 2 374 135 115
Binary 10100110 10010000 11111011 100010 101011 0 10 11111100 1011101 1001101

Color Harmonies of #A690FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690FB

Black with #A690FB

Text Example


Text Example

White with #A690FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690FB; }

 p { color: rgb(166,144,251); }

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

background-color css

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

 a { background-color: rgb(166,144,251); }

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

border-color css

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

 span { border-color: rgb(166,144,251); }

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