Html Css Color HEX #AF97F2 Biloba Flower

📋 copy color: '#AF97F2'

red 175 ◦ green 151 ◦ blue 242

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

Shades of Biloba Flower #AF97F2

Tints of Biloba Flower #AF97F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.61%

R = 30.81%
G = 26.58%
B = 42.61%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF97F2 (or 0xAF97F2) is known color: Biloba Flower. HEX triplet: AF, 97 and F2. RGB value is (175,151,242). Sum of RGB (Red+Green+Blue) = 175+151+242=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF97F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF97F2 is #50680D. Grayscale: #A8A8A8. Windows color (decimal): -5269518 or 15898543. OLE color: 15898543.

HSL color Cylindrical-coordinate representation of color #AF97F2: hue angle of 255.82º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF97F2 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 151 242 -
CMYK 0.28 0.38 0 0.05
HSL 255.82º 0.78% 0.77% -
HSV(B) 255.82º 0.38% 0.95% -
XYZ 44.77 37.66 88.91 -
YUV 168.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 175 151 242 0.28 0.38 0 0.05 255.82 0.78 0.77
Hex AF 97 F2 1C 26 0 5 100 4E 4D
Octal 257 227 362 34 46 0 5 400 116 115
Binary 10101111 10010111 11110010 11100 100110 0 101 100000000 1001110 1001101

Color Harmonies of #AF97F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF97F2

Black with #AF97F2

Text Example


Text Example

White with #AF97F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF97F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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