Html Css Color HEX #AF7EE2 Biloba Flower

📋 copy color: '#AF7EE2'

red 175 ◦ green 126 ◦ blue 226

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

Shades of Biloba Flower #AF7EE2

Tints of Biloba Flower #AF7EE2

RGB

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

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

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

R = 33.21%
G = 23.91%
B = 42.88%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF7EE2 (or 0xAF7EE2) is known color: Biloba Flower. HEX triplet: AF, 7E and E2. RGB value is (175,126,226). Sum of RGB (Red+Green+Blue) = 175+126+226=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF7EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EE2 is #50811D. Grayscale: #979797. Windows color (decimal): -5275934 or 14843567. OLE color: 14843567.

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

Color convert

RGB 175 126 226 -
CMYK 0.23 0.44 0 0.11
HSL 269.4º 0.63% 0.69% -
HSV(B) 269.4º 0.44% 0.89% -
XYZ 38.87 29.53 75.6 -
YUV 152.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 175 126 226 0.23 0.44 0 0.11 269.4 0.63 0.69
Hex AF 7E E2 17 2C 0 B 10D 3F 45
Octal 257 176 342 27 54 0 13 415 77 105
Binary 10101111 1111110 11100010 10111 101100 0 1011 100001101 111111 1000101

Color Harmonies of #AF7EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EE2

Black with #AF7EE2

Text Example


Text Example

White with #AF7EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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