Html Css Color HEX #AF95E0 Biloba Flower

📋 copy color: '#AF95E0'

red 175 ◦ green 149 ◦ blue 224

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

Shades of Biloba Flower #AF95E0

Tints of Biloba Flower #AF95E0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.19%

 BLUE value IS 224 (87.89% from 255) = 40.88%

R = 31.93%
G = 27.19%
B = 40.88%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF95E0 (or 0xAF95E0) is known color: Biloba Flower. HEX triplet: AF, 95 and E0. RGB value is (175,149,224). Sum of RGB (Red+Green+Blue) = 175+149+224=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF95E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95E0 is #506A1F. Grayscale: #A5A5A5. Windows color (decimal): -5270048 or 14718383. OLE color: 14718383.

HSL color Cylindrical-coordinate representation of color #AF95E0: hue angle of 260.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF95E0 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 149 224 -
CMYK 0.22 0.33 0 0.12
HSL 260.8º 0.55% 0.73% -
HSV(B) 260.8º 0.33% 0.88% -
XYZ 41.88 35.99 75.26 -
YUV 165.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 175 149 224 0.22 0.33 0 0.12 260.8 0.55 0.73
Hex AF 95 E0 16 21 0 C 105 37 49
Octal 257 225 340 26 41 0 14 405 67 111
Binary 10101111 10010101 11100000 10110 100001 0 1100 100000101 110111 1001001

Color Harmonies of #AF95E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF95E0

Black with #AF95E0

Text Example


Text Example

White with #AF95E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF95E0; }

 p { color: rgb(175,149,224); }

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

background-color css

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

 a { background-color: rgb(175,149,224); }

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

border-color css

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

 span { border-color: rgb(175,149,224); }

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