Html Css Color HEX #A693CE Biloba Flower

📋 copy color: '#A693CE'

red 166 ◦ green 147 ◦ blue 206

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

Shades of Biloba Flower #A693CE

Tints of Biloba Flower #A693CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 31.98%
G = 28.32%
B = 39.69%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A693CE (or 0xA693CE) is known color: Biloba Flower. HEX triplet: A6, 93 and CE. RGB value is (166,147,206). Sum of RGB (Red+Green+Blue) = 166+147+206=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A693CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A693CE is #596C31. Grayscale: #9F9F9F. Windows color (decimal): -5860402 or 13538214. OLE color: 13538214.

HSL color Cylindrical-coordinate representation of color #A693CE: hue angle of 259.32º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A693CE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 147 206 -
CMYK 0.19 0.29 0 0.19
HSL 259.32º 0.38% 0.69% -
HSV(B) 259.32º 0.29% 0.81% -
XYZ 37.3 33.43 62.88 -
YUV 159.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 166 147 206 0.19 0.29 0 0.19 259.32 0.38 0.69
Hex A6 93 CE 13 1D 0 13 103 26 45
Octal 246 223 316 23 35 0 23 403 46 105
Binary 10100110 10010011 11001110 10011 11101 0 10011 100000011 100110 1000101

Color Harmonies of #A693CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A693CE

Black with #A693CE

Text Example


Text Example

White with #A693CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A693CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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