Html Css Color HEX #AF7EDD Biloba Flower

📋 copy color: '#AF7EDD'

red 175 ◦ green 126 ◦ blue 221

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

Shades of Biloba Flower #AF7EDD

Tints of Biloba Flower #AF7EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 33.52%
G = 24.14%
B = 42.34%

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

#AF7EDD (or 0xAF7EDD) is known color: Biloba Flower. HEX triplet: AF, 7E and DD. RGB value is (175,126,221). Sum of RGB (Red+Green+Blue) = 175+126+221=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF7EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EDD is #508122. Grayscale: #979797. Windows color (decimal): -5275939 or 14515887. OLE color: 14515887.

HSL color Cylindrical-coordinate representation of color #AF7EDD: hue angle of 270.95º degrees, saturation: 0.58, 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 #AF7EDD is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 126 221 -
CMYK 0.21 0.43 0 0.13
HSL 270.95º 0.58% 0.68% -
HSV(B) 270.95º 0.43% 0.87% -
XYZ 38.19 29.26 72.04 -
YUV 151.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 175 126 221 0.21 0.43 0 0.13 270.95 0.58 0.68
Hex AF 7E DD 15 2B 0 D 10F 3A 44
Octal 257 176 335 25 53 0 15 417 72 104
Binary 10101111 1111110 11011101 10101 101011 0 1101 100001111 111010 1000100

Color Harmonies of #AF7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EDD

Black with #AF7EDD

Text Example


Text Example

White with #AF7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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