Html Css Color HEX #AF7EDE Biloba Flower

📋 copy color: '#AF7EDE'

red 175 ◦ green 126 ◦ blue 222

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

Shades of Biloba Flower #AF7EDE

Tints of Biloba Flower #AF7EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 33.46%
G = 24.09%
B = 42.45%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF7EDE (or 0xAF7EDE) is known color: Biloba Flower. HEX triplet: AF, 7E and DE. RGB value is (175,126,222). Sum of RGB (Red+Green+Blue) = 175+126+222=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF7EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EDE is #508121. Grayscale: #979797. Windows color (decimal): -5275938 or 14581423. OLE color: 14581423.

HSL color Cylindrical-coordinate representation of color #AF7EDE: hue angle of 270.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7EDE is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 126 222 -
CMYK 0.21 0.43 0 0.13
HSL 270.63º 0.59% 0.68% -
HSV(B) 270.63º 0.43% 0.87% -
XYZ 38.32 29.31 72.74 -
YUV 151.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 175 126 222 0.21 0.43 0 0.13 270.63 0.59 0.68
Hex AF 7E DE 15 2B 0 D 10F 3B 44
Octal 257 176 336 25 53 0 15 417 73 104
Binary 10101111 1111110 11011110 10101 101011 0 1101 100001111 111011 1000100

Color Harmonies of #AF7EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EDE

Black with #AF7EDE

Text Example


Text Example

White with #AF7EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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