Html Css Color HEX #AF97E2 Biloba Flower

📋 copy color: '#AF97E2'

red 175 ◦ green 151 ◦ blue 226

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

Shades of Biloba Flower #AF97E2

Tints of Biloba Flower #AF97E2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.36%

 BLUE value IS 226 (88.67% from 255) = 40.94%

R = 31.7%
G = 27.36%
B = 40.94%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF97E2 (or 0xAF97E2) is known color: Biloba Flower. HEX triplet: AF, 97 and E2. RGB value is (175,151,226). Sum of RGB (Red+Green+Blue) = 175+151+226=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF97E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97E2 is #50681D. Grayscale: #A6A6A6. Windows color (decimal): -5269534 or 14849967. OLE color: 14849967.

HSL color Cylindrical-coordinate representation of color #AF97E2: hue angle of 259.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF97E2 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 151 226 -
CMYK 0.23 0.33 0 0.11
HSL 259.2º 0.56% 0.74% -
HSV(B) 259.2º 0.33% 0.89% -
XYZ 42.47 36.74 76.8 -
YUV 166.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 175 151 226 0.23 0.33 0 0.11 259.2 0.56 0.74
Hex AF 97 E2 17 21 0 B 103 38 4A
Octal 257 227 342 27 41 0 13 403 70 112
Binary 10101111 10010111 11100010 10111 100001 0 1011 100000011 111000 1001010

Color Harmonies of #AF97E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF97E2

Black with #AF97E2

Text Example


Text Example

White with #AF97E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF97E2; }

 p { color: rgb(175,151,226); }

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

background-color css

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

 a { background-color: rgb(175,151,226); }

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

border-color css

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

 span { border-color: rgb(175,151,226); }

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