Html Css Color HEX #AF7FDE Biloba Flower

📋 copy color: '#AF7FDE'

red 175 ◦ green 127 ◦ blue 222

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

Shades of Biloba Flower #AF7FDE

Tints of Biloba Flower #AF7FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 24.24%

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

R = 33.4%
G = 24.24%
B = 42.37%

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

#AF7FDE (or 0xAF7FDE) is known color: Biloba Flower. HEX triplet: AF, 7F and DE. RGB value is (175,127,222). Sum of RGB (Red+Green+Blue) = 175+127+222=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF7FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FDE is #508021. Grayscale: #979797. Windows color (decimal): -5275682 or 14581679. OLE color: 14581679.

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

Color convert

RGB 175 127 222 -
CMYK 0.21 0.43 0 0.13
HSL 270.32º 0.59% 0.68% -
HSV(B) 270.32º 0.43% 0.87% -
XYZ 38.45 29.57 72.79 -
YUV 152.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 175 127 222 0.21 0.43 0 0.13 270.32 0.59 0.68
Hex AF 7F DE 15 2B 0 D 10E 3B 44
Octal 257 177 336 25 53 0 15 416 73 104
Binary 10101111 1111111 11011110 10101 101011 0 1101 100001110 111011 1000100

Color Harmonies of #AF7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FDE

Black with #AF7FDE

Text Example


Text Example

White with #AF7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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