Html Css Color HEX #A694FC Biloba Flower

📋 copy color: '#A694FC'

red 166 ◦ green 148 ◦ blue 252

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

Shades of Biloba Flower #A694FC

Tints of Biloba Flower #A694FC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.15%

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 29.33%
G = 26.15%
B = 44.52%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A694FC (or 0xA694FC) is known color: Biloba Flower. HEX triplet: A6, 94 and FC. RGB value is (166,148,252). Sum of RGB (Red+Green+Blue) = 166+148+252=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #A694FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A694FC is #596B03. Grayscale: #A4A4A4. Windows color (decimal): -5860100 or 16553126. OLE color: 16553126.

HSL color Cylindrical-coordinate representation of color #A694FC: hue angle of 250.38º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A694FC is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 148 252 -
CMYK 0.34 0.41 0 0.01
HSL 250.38º 0.95% 0.78% -
HSV(B) 250.38º 0.41% 0.99% -
XYZ 43.89 36.32 96.79 -
YUV 165.24 176.96 128.54 -
System Red Green Blue C M Y K H S L
Decimal 166 148 252 0.34 0.41 0 0.01 250.38 0.95 0.78
Hex A6 94 FC 22 29 0 1 FA 5F 4E
Octal 246 224 374 42 51 0 1 372 137 116
Binary 10100110 10010100 11111100 100010 101001 0 1 11111010 1011111 1001110

Color Harmonies of #A694FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694FC

Black with #A694FC

Text Example


Text Example

White with #A694FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694FC; }

 p { color: rgb(166,148,252); }

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

background-color css

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

 a { background-color: rgb(166,148,252); }

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

border-color css

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

 span { border-color: rgb(166,148,252); }

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