Html Css Color HEX #AF7CDE Biloba Flower

📋 copy color: '#AF7CDE'

red 175 ◦ green 124 ◦ blue 222

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

Shades of Biloba Flower #AF7CDE

Tints of Biloba Flower #AF7CDE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.8%

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

R = 33.59%
G = 23.8%
B = 42.61%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF7CDE (or 0xAF7CDE) is known color: Biloba Flower. HEX triplet: AF, 7C and DE. RGB value is (175,124,222). Sum of RGB (Red+Green+Blue) = 175+124+222=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF7CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CDE is #508321. Grayscale: #969696. Windows color (decimal): -5276450 or 14580911. OLE color: 14580911.

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

Color convert

RGB 175 124 222 -
CMYK 0.21 0.44 0 0.13
HSL 271.22º 0.6% 0.68% -
HSV(B) 271.22º 0.44% 0.87% -
XYZ 38.07 28.8 72.66 -
YUV 150.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 175 124 222 0.21 0.44 0 0.13 271.22 0.6 0.68
Hex AF 7C DE 15 2C 0 D 10F 3C 44
Octal 257 174 336 25 54 0 15 417 74 104
Binary 10101111 1111100 11011110 10101 101100 0 1101 100001111 111100 1000100

Color Harmonies of #AF7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CDE

Black with #AF7CDE

Text Example


Text Example

White with #AF7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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