Html Css Color HEX #A693F6 Biloba Flower

📋 copy color: '#A693F6'

red 166 ◦ green 147 ◦ blue 246

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

Shades of Biloba Flower #A693F6

Tints of Biloba Flower #A693F6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.3%

 BLUE value IS 246 (96.48% from 255) = 44.01%

R = 29.7%
G = 26.3%
B = 44.01%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A693F6 (or 0xA693F6) is known color: Biloba Flower. HEX triplet: A6, 93 and F6. RGB value is (166,147,246). Sum of RGB (Red+Green+Blue) = 166+147+246=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #A693F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A693F6 is #596C09. Grayscale: #A3A3A3. Windows color (decimal): -5860362 or 16159654. OLE color: 16159654.

HSL color Cylindrical-coordinate representation of color #A693F6: hue angle of 251.52º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A693F6 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 147 246 -
CMYK 0.33 0.40 0 0.04
HSL 251.52º 0.85% 0.77% -
HSV(B) 251.52º 0.4% 0.96% -
XYZ 42.79 35.63 91.81 -
YUV 163.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 166 147 246 0.33 0.40 0 0.04 251.52 0.85 0.77
Hex A6 93 F6 21 28 0 4 FC 55 4D
Octal 246 223 366 41 50 0 4 374 125 115
Binary 10100110 10010011 11110110 100001 101000 0 100 11111100 1010101 1001101

Color Harmonies of #A693F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A693F6

Black with #A693F6

Text Example


Text Example

White with #A693F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A693F6; }

 p { color: rgb(166,147,246); }

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

background-color css

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

 a { background-color: rgb(166,147,246); }

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

border-color css

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

 span { border-color: rgb(166,147,246); }

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