Html Css Color HEX #A69AC3 Biloba Flower

📋 copy color: '#A69AC3'

red 166 ◦ green 154 ◦ blue 195

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

Shades of Biloba Flower #A69AC3

Tints of Biloba Flower #A69AC3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.9%

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 32.23%
G = 29.9%
B = 37.86%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A69AC3 (or 0xA69AC3) is known color: Biloba Flower. HEX triplet: A6, 9A and C3. RGB value is (166,154,195). Sum of RGB (Red+Green+Blue) = 166+154+195=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #A69AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69AC3 is #59653C. Grayscale: #A2A2A2. Windows color (decimal): -5858621 or 12819110. OLE color: 12819110.

HSL color Cylindrical-coordinate representation of color #A69AC3: hue angle of 257.56º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A69AC3 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 154 195 -
CMYK 0.15 0.21 0 0.24
HSL 257.56º 0.25% 0.68% -
HSV(B) 257.56º 0.21% 0.76% -
XYZ 37.13 35.16 56.46 -
YUV 162.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 166 154 195 0.15 0.21 0 0.24 257.56 0.25 0.68
Hex A6 9A C3 F 15 0 18 102 19 44
Octal 246 232 303 17 25 0 30 402 31 104
Binary 10100110 10011010 11000011 1111 10101 0 11000 100000010 11001 1000100

Color Harmonies of #A69AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69AC3

Black with #A69AC3

Text Example


Text Example

White with #A69AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69AC3; }

 p { color: rgb(166,154,195); }

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

background-color css

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

 a { background-color: rgb(166,154,195); }

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

border-color css

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

 span { border-color: rgb(166,154,195); }

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