Html Css Color HEX #AF96C7 Biloba Flower

📋 copy color: '#AF96C7'

red 175 ◦ green 150 ◦ blue 199

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

Shades of Biloba Flower #AF96C7

Tints of Biloba Flower #AF96C7

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.63%

 BLUE value IS 199 (78.13% from 255) = 37.98%

R = 33.4%
G = 28.63%
B = 37.98%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF96C7 (or 0xAF96C7) is known color: Biloba Flower. HEX triplet: AF, 96 and C7. RGB value is (175,150,199). Sum of RGB (Red+Green+Blue) = 175+150+199=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF96C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96C7 is #506938. Grayscale: #A2A2A2. Windows color (decimal): -5269817 or 13080239. OLE color: 13080239.

HSL color Cylindrical-coordinate representation of color #AF96C7: hue angle of 270.61º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF96C7 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 150 199 -
CMYK 0.12 0.25 0 0.22
HSL 270.61º 0.3% 0.68% -
HSV(B) 270.61º 0.25% 0.78% -
XYZ 38.89 35.05 58.75 -
YUV 163.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 175 150 199 0.12 0.25 0 0.22 270.61 0.3 0.68
Hex AF 96 C7 C 19 0 16 10F 1E 44
Octal 257 226 307 14 31 0 26 417 36 104
Binary 10101111 10010110 11000111 1100 11001 0 10110 100001111 11110 1000100

Color Harmonies of #AF96C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96C7

Black with #AF96C7

Text Example


Text Example

White with #AF96C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96C7; }

 p { color: rgb(175,150,199); }

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

background-color css

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

 a { background-color: rgb(175,150,199); }

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

border-color css

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

 span { border-color: rgb(175,150,199); }

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