Html Css Color HEX #AF8FFD Biloba Flower

📋 copy color: '#AF8FFD'

red 175 ◦ green 143 ◦ blue 253

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

Shades of Biloba Flower #AF8FFD

Tints of Biloba Flower #AF8FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.04%

 BLUE value IS 253 (99.22% from 255) = 44.31%

R = 30.65%
G = 25.04%
B = 44.31%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF8FFD (or 0xAF8FFD) is known color: Biloba Flower. HEX triplet: AF, 8F and FD. RGB value is (175,143,253). Sum of RGB (Red+Green+Blue) = 175+143+253=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF8FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8FFD is #507002. Grayscale: #A4A4A4. Windows color (decimal): -5271555 or 16617391. OLE color: 16617391.

HSL color Cylindrical-coordinate representation of color #AF8FFD: hue angle of 257.45º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8FFD is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 143 253 -
CMYK 0.31 0.43 0 0.01
HSL 257.45º 0.96% 0.78% -
HSV(B) 257.45º 0.43% 0.99% -
XYZ 45.23 35.85 97.46 -
YUV 165.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 175 143 253 0.31 0.43 0 0.01 257.45 0.96 0.78
Hex AF 8F FD 1F 2B 0 1 101 60 4E
Octal 257 217 375 37 53 0 1 401 140 116
Binary 10101111 10001111 11111101 11111 101011 0 1 100000001 1100000 1001110

Color Harmonies of #AF8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8FFD

Black with #AF8FFD

Text Example


Text Example

White with #AF8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8FFD; }

 p { color: rgb(175,143,253); }

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

background-color css

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

 a { background-color: rgb(175,143,253); }

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

border-color css

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

 span { border-color: rgb(175,143,253); }

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