Html Css Color HEX #AF7EE8 Biloba Flower

📋 copy color: '#AF7EE8'

red 175 ◦ green 126 ◦ blue 232

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

Shades of Biloba Flower #AF7EE8

Tints of Biloba Flower #AF7EE8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.64%

 BLUE value IS 232 (91.02% from 255) = 43.53%

R = 32.83%
G = 23.64%
B = 43.53%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF7EE8 (or 0xAF7EE8) is known color: Biloba Flower. HEX triplet: AF, 7E and E8. RGB value is (175,126,232). Sum of RGB (Red+Green+Blue) = 175+126+232=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF7EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EE8 is #508117. Grayscale: #989898. Windows color (decimal): -5275928 or 15236783. OLE color: 15236783.

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

Color convert

RGB 175 126 232 -
CMYK 0.25 0.46 0 0.09
HSL 267.74º 0.7% 0.7% -
HSV(B) 267.74º 0.46% 0.91% -
XYZ 39.71 29.86 80.02 -
YUV 152.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 175 126 232 0.25 0.46 0 0.09 267.74 0.7 0.7
Hex AF 7E E8 19 2E 0 9 10C 46 46
Octal 257 176 350 31 56 0 11 414 106 106
Binary 10101111 1111110 11101000 11001 101110 0 1001 100001100 1000110 1000110

Color Harmonies of #AF7EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EE8

Black with #AF7EE8

Text Example


Text Example

White with #AF7EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EE8; }

 p { color: rgb(175,126,232); }

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

background-color css

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

 a { background-color: rgb(175,126,232); }

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

border-color css

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

 span { border-color: rgb(175,126,232); }

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