Html Css Color HEX #AF7FE9 Biloba Flower

📋 copy color: '#AF7FE9'

red 175 ◦ green 127 ◦ blue 233

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

Shades of Biloba Flower #AF7FE9

Tints of Biloba Flower #AF7FE9

RGB

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

 GREEN value IS 127 (50% from 255) = 23.74%

 BLUE value IS 233 (91.41% from 255) = 43.55%

R = 32.71%
G = 23.74%
B = 43.55%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF7FE9 (or 0xAF7FE9) is known color: Biloba Flower. HEX triplet: AF, 7F and E9. RGB value is (175,127,233). Sum of RGB (Red+Green+Blue) = 175+127+233=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF7FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7FE9 is #508016. Grayscale: #999999. Windows color (decimal): -5275671 or 15302575. OLE color: 15302575.

HSL color Cylindrical-coordinate representation of color #AF7FE9: hue angle of 267.17º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7FE9 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 127 233 -
CMYK 0.25 0.45 0 0.09
HSL 267.17º 0.71% 0.71% -
HSV(B) 267.17º 0.45% 0.91% -
XYZ 39.98 30.18 80.81 -
YUV 153.44 172.9 143.38 -
System Red Green Blue C M Y K H S L
Decimal 175 127 233 0.25 0.45 0 0.09 267.17 0.71 0.71
Hex AF 7F E9 19 2D 0 9 10B 47 47
Octal 257 177 351 31 55 0 11 413 107 107
Binary 10101111 1111111 11101001 11001 101101 0 1001 100001011 1000111 1000111

Color Harmonies of #AF7FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FE9

Black with #AF7FE9

Text Example


Text Example

White with #AF7FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FE9; }

 p { color: rgb(175,127,233); }

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

background-color css

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

 a { background-color: rgb(175,127,233); }

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

border-color css

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

 span { border-color: rgb(175,127,233); }

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