Html Css Color HEX #A692FE Biloba Flower

📋 copy color: '#A692FE'

red 166 ◦ green 146 ◦ blue 254

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

Shades of Biloba Flower #A692FE

Tints of Biloba Flower #A692FE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.8%

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 29.33%
G = 25.8%
B = 44.88%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A692FE (or 0xA692FE) is known color: Biloba Flower. HEX triplet: A6, 92 and FE. RGB value is (166,146,254). Sum of RGB (Red+Green+Blue) = 166+146+254=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #A692FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A692FE is #596D01. Grayscale: #A3A3A3. Windows color (decimal): -5860610 or 16683686. OLE color: 16683686.

HSL color Cylindrical-coordinate representation of color #A692FE: hue angle of 251.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A692FE is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 146 254 -
CMYK 0.35 0.43 0 0.00
HSL 251.11º 0.98% 0.78% -
HSV(B) 251.11º 0.43% 1% -
XYZ 43.89 35.82 98.37 -
YUV 164.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 166 146 254 0.35 0.43 0 0.00 251.11 0.98 0.78
Hex A6 92 FE 23 2B 0 0 FB 62 4E
Octal 246 222 376 43 53 0 0 373 142 116
Binary 10100110 10010010 11111110 100011 101011 0 0 11111011 1100010 1001110

Color Harmonies of #A692FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A692FE

Black with #A692FE

Text Example


Text Example

White with #A692FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A692FE; }

 p { color: rgb(166,146,254); }

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

background-color css

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

 a { background-color: rgb(166,146,254); }

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

border-color css

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

 span { border-color: rgb(166,146,254); }

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