Html Css Color HEX #AF30FF Blue Violet

📋 copy color: '#AF30FF'

red 175 ◦ green 48 ◦ blue 255

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

Shades of Blue Violet #AF30FF

Tints of Blue Violet #AF30FF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.04%

 BLUE value IS 255 (100% from 255) = 53.35%

R = 36.61%
G = 10.04%
B = 53.35%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF30FF (or 0xAF30FF) is known color: Blue Violet. HEX triplet: AF, 30 and FF. RGB value is (175,48,255). Sum of RGB (Red+Green+Blue) = 175+48+255=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF30FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30FF is #50CF00. Grayscale: #6C6C6C. Windows color (decimal): -5295873 or 16724143. OLE color: 16724143.

HSL color Cylindrical-coordinate representation of color #AF30FF: hue angle of 276.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF30FF is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 48 255 -
CMYK 0.31 0.81 0 0
HSL 276.81º 1% 0.59% -
HSV(B) 276.81º 0.81% 1% -
XYZ 36.79 18.45 96.23 -
YUV 109.57 210.08 174.67 -
System Red Green Blue C M Y K H S L
Decimal 175 48 255 0.31 0.81 0 0 276.81 1 0.59
Hex AF 30 FF 1F 51 0 0 115 64 3B
Octal 257 60 377 37 121 0 0 425 144 73
Binary 10101111 110000 11111111 11111 1010001 0 0 100010101 1100100 111011

Color Harmonies of #AF30FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30FF

Black with #AF30FF

Text Example


Text Example

White with #AF30FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30FF; }

 p { color: rgb(175,48,255); }

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

background-color css

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

 a { background-color: rgb(175,48,255); }

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

border-color css

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

 span { border-color: rgb(175,48,255); }

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