Html Css Color HEX #AF8ACF Biloba Flower

📋 copy color: '#AF8ACF'

red 175 ◦ green 138 ◦ blue 207

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

Shades of Biloba Flower #AF8ACF

Tints of Biloba Flower #AF8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.54%

 BLUE value IS 207 (81.25% from 255) = 39.81%

R = 33.65%
G = 26.54%
B = 39.81%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF8ACF (or 0xAF8ACF) is known color: Biloba Flower. HEX triplet: AF, 8A and CF. RGB value is (175,138,207). Sum of RGB (Red+Green+Blue) = 175+138+207=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF8ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ACF is #507530. Grayscale: #9C9C9C. Windows color (decimal): -5272881 or 13601455. OLE color: 13601455.

HSL color Cylindrical-coordinate representation of color #AF8ACF: hue angle of 272.17º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF8ACF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 138 207 -
CMYK 0.15 0.33 0 0.19
HSL 272.17º 0.42% 0.68% -
HSV(B) 272.17º 0.33% 0.81% -
XYZ 38.03 31.8 63.16 -
YUV 156.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 175 138 207 0.15 0.33 0 0.19 272.17 0.42 0.68
Hex AF 8A CF F 21 0 13 110 2A 44
Octal 257 212 317 17 41 0 23 420 52 104
Binary 10101111 10001010 11001111 1111 100001 0 10011 100010000 101010 1000100

Color Harmonies of #AF8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8ACF

Black with #AF8ACF

Text Example


Text Example

White with #AF8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8ACF; }

 p { color: rgb(175,138,207); }

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

background-color css

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

 a { background-color: rgb(175,138,207); }

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

border-color css

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

 span { border-color: rgb(175,138,207); }

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