Html Css Color HEX #AF93F2 Biloba Flower

📋 copy color: '#AF93F2'

red 175 ◦ green 147 ◦ blue 242

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

Shades of Biloba Flower #AF93F2

Tints of Biloba Flower #AF93F2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.06%

 BLUE value IS 242 (94.92% from 255) = 42.91%

R = 31.03%
G = 26.06%
B = 42.91%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF93F2 (or 0xAF93F2) is known color: Biloba Flower. HEX triplet: AF, 93 and F2. RGB value is (175,147,242). Sum of RGB (Red+Green+Blue) = 175+147+242=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF93F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF93F2 is #506C0D. Grayscale: #A5A5A5. Windows color (decimal): -5270542 or 15897519. OLE color: 15897519.

HSL color Cylindrical-coordinate representation of color #AF93F2: hue angle of 257.68º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF93F2 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 147 242 -
CMYK 0.28 0.39 0 0.05
HSL 257.68º 0.79% 0.76% -
HSV(B) 257.68º 0.39% 0.95% -
XYZ 44.14 36.39 88.7 -
YUV 166.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 175 147 242 0.28 0.39 0 0.05 257.68 0.79 0.76
Hex AF 93 F2 1C 27 0 5 102 4F 4C
Octal 257 223 362 34 47 0 5 402 117 114
Binary 10101111 10010011 11110010 11100 100111 0 101 100000010 1001111 1001100

Color Harmonies of #AF93F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93F2

Black with #AF93F2

Text Example


Text Example

White with #AF93F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93F2; }

 p { color: rgb(175,147,242); }

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

background-color css

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

 a { background-color: rgb(175,147,242); }

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

border-color css

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

 span { border-color: rgb(175,147,242); }

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