Html Css Color HEX #AF7EDB Biloba Flower

📋 copy color: '#AF7EDB'

red 175 ◦ green 126 ◦ blue 219

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

Shades of Biloba Flower #AF7EDB

Tints of Biloba Flower #AF7EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 33.65%
G = 24.23%
B = 42.12%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF7EDB (or 0xAF7EDB) is known color: Biloba Flower. HEX triplet: AF, 7E and DB. RGB value is (175,126,219). Sum of RGB (Red+Green+Blue) = 175+126+219=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EDB is #508124. Grayscale: #969696. Windows color (decimal): -5275941 or 14384815. OLE color: 14384815.

HSL color Cylindrical-coordinate representation of color #AF7EDB: hue angle of 271.61º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7EDB is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 126 219 -
CMYK 0.20 0.42 0 0.14
HSL 271.61º 0.56% 0.68% -
HSV(B) 271.61º 0.42% 0.86% -
XYZ 37.93 29.15 70.65 -
YUV 151.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 175 126 219 0.20 0.42 0 0.14 271.61 0.56 0.68
Hex AF 7E DB 14 2A 0 E 110 38 44
Octal 257 176 333 24 52 0 16 420 70 104
Binary 10101111 1111110 11011011 10100 101010 0 1110 100010000 111000 1000100

Color Harmonies of #AF7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EDB

Black with #AF7EDB

Text Example


Text Example

White with #AF7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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