Html Css Color HEX #A693EC Biloba Flower

📋 copy color: '#A693EC'

red 166 ◦ green 147 ◦ blue 236

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

Shades of Biloba Flower #A693EC

Tints of Biloba Flower #A693EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 30.24%
G = 26.78%
B = 42.99%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A693EC (or 0xA693EC) is known color: Biloba Flower. HEX triplet: A6, 93 and EC. RGB value is (166,147,236). Sum of RGB (Red+Green+Blue) = 166+147+236=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #A693EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A693EC is #596C13. Grayscale: #A2A2A2. Windows color (decimal): -5860372 or 15504294. OLE color: 15504294.

HSL color Cylindrical-coordinate representation of color #A693EC: hue angle of 252.81º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A693EC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 147 236 -
CMYK 0.30 0.38 0 0.07
HSL 252.81º 0.7% 0.75% -
HSV(B) 252.81º 0.38% 0.93% -
XYZ 41.3 35.03 83.94 -
YUV 162.83 169.29 130.26 -
System Red Green Blue C M Y K H S L
Decimal 166 147 236 0.30 0.38 0 0.07 252.81 0.7 0.75
Hex A6 93 EC 1E 26 0 7 FD 46 4B
Octal 246 223 354 36 46 0 7 375 106 113
Binary 10100110 10010011 11101100 11110 100110 0 111 11111101 1000110 1001011

Color Harmonies of #A693EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A693EC

Black with #A693EC

Text Example


Text Example

White with #A693EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A693EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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