Html Css Color HEX #AF7EDA Biloba Flower

📋 copy color: '#AF7EDA'

red 175 ◦ green 126 ◦ blue 218

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

Shades of Biloba Flower #AF7EDA

Tints of Biloba Flower #AF7EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 33.72%
G = 24.28%
B = 42%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF7EDA (or 0xAF7EDA) is known color: Biloba Flower. HEX triplet: AF, 7E and DA. RGB value is (175,126,218). Sum of RGB (Red+Green+Blue) = 175+126+218=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF7EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EDA is #508125. Grayscale: #969696. Windows color (decimal): -5275942 or 14319279. OLE color: 14319279.

HSL color Cylindrical-coordinate representation of color #AF7EDA: hue angle of 271.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7EDA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 126 218 -
CMYK 0.20 0.42 0 0.15
HSL 271.96º 0.55% 0.67% -
HSV(B) 271.96º 0.42% 0.85% -
XYZ 37.79 29.1 69.95 -
YUV 151.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 175 126 218 0.20 0.42 0 0.15 271.96 0.55 0.67
Hex AF 7E DA 14 2A 0 F 110 37 43
Octal 257 176 332 24 52 0 17 420 67 103
Binary 10101111 1111110 11011010 10100 101010 0 1111 100010000 110111 1000011

Color Harmonies of #AF7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EDA

Black with #AF7EDA

Text Example


Text Example

White with #AF7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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