Html Css Color HEX #AF9EC6 Biloba Flower

📋 copy color: '#AF9EC6'

red 175 ◦ green 158 ◦ blue 198

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

Shades of Biloba Flower #AF9EC6

Tints of Biloba Flower #AF9EC6

RGB

 RED value IS 175 (68.75% from 255) = 32.96%

 GREEN value IS 158 (62.11% from 255) = 29.76%

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 32.96%
G = 29.76%
B = 37.29%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF9EC6 (or 0xAF9EC6) is known color: Biloba Flower. HEX triplet: AF, 9E and C6. RGB value is (175,158,198). Sum of RGB (Red+Green+Blue) = 175+158+198=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF9EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EC6 is #506139. Grayscale: #A7A7A7. Windows color (decimal): -5267770 or 13016751. OLE color: 13016751.

HSL color Cylindrical-coordinate representation of color #AF9EC6: hue angle of 265.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF9EC6 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 158 198 -
CMYK 0.12 0.20 0 0.22
HSL 265.5º 0.26% 0.7% -
HSV(B) 265.5º 0.2% 0.78% -
XYZ 40.1 37.64 58.58 -
YUV 167.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 175 158 198 0.12 0.20 0 0.22 265.5 0.26 0.7
Hex AF 9E C6 C 14 0 16 10A 1A 46
Octal 257 236 306 14 24 0 26 412 32 106
Binary 10101111 10011110 11000110 1100 10100 0 10110 100001010 11010 1000110

Color Harmonies of #AF9EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EC6

Black with #AF9EC6

Text Example


Text Example

White with #AF9EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EC6; }

 p { color: rgb(175,158,198); }

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

background-color css

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

 a { background-color: rgb(175,158,198); }

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

border-color css

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

 span { border-color: rgb(175,158,198); }

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