Html Css Color HEX #AF7DDF Biloba Flower

📋 copy color: '#AF7DDF'

red 175 ◦ green 125 ◦ blue 223

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

Shades of Biloba Flower #AF7DDF

Tints of Biloba Flower #AF7DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.9%

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 33.46%
G = 23.9%
B = 42.64%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF7DDF (or 0xAF7DDF) is known color: Biloba Flower. HEX triplet: AF, 7D and DF. RGB value is (175,125,223). Sum of RGB (Red+Green+Blue) = 175+125+223=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF7DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DDF is #508220. Grayscale: #969696. Windows color (decimal): -5276193 or 14646703. OLE color: 14646703.

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

Color convert

RGB 175 125 223 -
CMYK 0.22 0.44 0 0.13
HSL 270.61º 0.6% 0.68% -
HSV(B) 270.61º 0.44% 0.87% -
XYZ 38.33 29.11 73.41 -
YUV 151.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 175 125 223 0.22 0.44 0 0.13 270.61 0.6 0.68
Hex AF 7D DF 16 2C 0 D 10F 3C 44
Octal 257 175 337 26 54 0 15 417 74 104
Binary 10101111 1111101 11011111 10110 101100 0 1101 100001111 111100 1000100

Color Harmonies of #AF7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DDF

Black with #AF7DDF

Text Example


Text Example

White with #AF7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DDF; }

 p { color: rgb(175,125,223); }

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

background-color css

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

 a { background-color: rgb(175,125,223); }

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

border-color css

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

 span { border-color: rgb(175,125,223); }

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