Html Css Color HEX #AF7FE2 Biloba Flower

📋 copy color: '#AF7FE2'

red 175 ◦ green 127 ◦ blue 226

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

Shades of Biloba Flower #AF7FE2

Tints of Biloba Flower #AF7FE2

RGB

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

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

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

R = 33.14%
G = 24.05%
B = 42.8%

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

#AF7FE2 (or 0xAF7FE2) is known color: Biloba Flower. HEX triplet: AF, 7F and E2. RGB value is (175,127,226). Sum of RGB (Red+Green+Blue) = 175+127+226=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF7FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FE2 is #50801D. Grayscale: #989898. Windows color (decimal): -5275678 or 14843823. OLE color: 14843823.

HSL color Cylindrical-coordinate representation of color #AF7FE2: hue angle of 269.09º 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 #AF7FE2 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 127 226 -
CMYK 0.23 0.44 0 0.11
HSL 269.09º 0.63% 0.69% -
HSV(B) 269.09º 0.44% 0.89% -
XYZ 39 29.78 75.65 -
YUV 152.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 175 127 226 0.23 0.44 0 0.11 269.09 0.63 0.69
Hex AF 7F E2 17 2C 0 B 10D 3F 45
Octal 257 177 342 27 54 0 13 415 77 105
Binary 10101111 1111111 11100010 10111 101100 0 1011 100001101 111111 1000101

Color Harmonies of #AF7FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FE2

Black with #AF7FE2

Text Example


Text Example

White with #AF7FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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