Html Css Color HEX #AF3FFA Blue Violet

📋 copy color: '#AF3FFA'

red 175 ◦ green 63 ◦ blue 250

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

Shades of Blue Violet #AF3FFA

Tints of Blue Violet #AF3FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.91%

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 35.86%
G = 12.91%
B = 51.23%

CMYK

 C value IS 0.3

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF3FFA (or 0xAF3FFA) is known color: Blue Violet. HEX triplet: AF, 3F and FA. RGB value is (175,63,250). Sum of RGB (Red+Green+Blue) = 175+63+250=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF3FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FFA is #50C005. Grayscale: #757575. Windows color (decimal): -5292038 or 16400303. OLE color: 16400303.

HSL color Cylindrical-coordinate representation of color #AF3FFA: hue angle of 275.94º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3FFA is Cyan = 0.3, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 63 250 -
CMYK 0.3 0.75 0 0.02
HSL 275.94º 0.95% 0.61% -
HSV(B) 275.94º 0.75% 0.98% -
XYZ 36.71 19.57 92.29 -
YUV 117.81 202.61 168.79 -
System Red Green Blue C M Y K H S L
Decimal 175 63 250 0.3 0.75 0 0.02 275.94 0.95 0.61
Hex AF 3F FA 1E 4B 0 2 114 5F 3D
Octal 257 77 372 36 113 0 2 424 137 75
Binary 10101111 111111 11111010 11110 1001011 0 10 100010100 1011111 111101

Color Harmonies of #AF3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FFA

Black with #AF3FFA

Text Example


Text Example

White with #AF3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FFA; }

 p { color: rgb(175,63,250); }

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

background-color css

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

 a { background-color: rgb(175,63,250); }

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

border-color css

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

 span { border-color: rgb(175,63,250); }

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