Html Css Color HEX #A690F2 Biloba Flower

📋 copy color: '#A690F2'

red 166 ◦ green 144 ◦ blue 242

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

Shades of Biloba Flower #A690F2

Tints of Biloba Flower #A690F2

RGB

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

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

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

R = 30.07%
G = 26.09%
B = 43.84%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A690F2 (or 0xA690F2) is known color: Biloba Flower. HEX triplet: A6, 90 and F2. RGB value is (166,144,242). Sum of RGB (Red+Green+Blue) = 166+144+242=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #A690F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A690F2 is #596F0D. Grayscale: #A1A1A1. Windows color (decimal): -5861134 or 15896742. OLE color: 15896742.

HSL color Cylindrical-coordinate representation of color #A690F2: hue angle of 253.47º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A690F2 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 144 242 -
CMYK 0.31 0.40 0 0.05
HSL 253.47º 0.79% 0.76% -
HSV(B) 253.47º 0.4% 0.95% -
XYZ 41.73 34.46 88.46 -
YUV 161.75 173.29 131.03 -
System Red Green Blue C M Y K H S L
Decimal 166 144 242 0.31 0.40 0 0.05 253.47 0.79 0.76
Hex A6 90 F2 1F 28 0 5 FD 4F 4C
Octal 246 220 362 37 50 0 5 375 117 114
Binary 10100110 10010000 11110010 11111 101000 0 101 11111101 1001111 1001100

Color Harmonies of #A690F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690F2

Black with #A690F2

Text Example


Text Example

White with #A690F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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