Html Css Color HEX #AF38FF Blue Violet

📋 copy color: '#AF38FF'

red 175 ◦ green 56 ◦ blue 255

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

Shades of Blue Violet #AF38FF

Tints of Blue Violet #AF38FF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.52%

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

R = 36.01%
G = 11.52%
B = 52.47%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF38FF (or 0xAF38FF) is known color: Blue Violet. HEX triplet: AF, 38 and FF. RGB value is (175,56,255). Sum of RGB (Red+Green+Blue) = 175+56+255=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF38FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF38FF is #50C700. Grayscale: #717171. Windows color (decimal): -5293825 or 16726191. OLE color: 16726191.

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

Color convert

RGB 175 56 255 -
CMYK 0.31 0.78 0 0
HSL 275.88º 1% 0.61% -
HSV(B) 275.88º 0.78% 1% -
XYZ 37.14 19.16 96.35 -
YUV 114.27 207.42 171.32 -
System Red Green Blue C M Y K H S L
Decimal 175 56 255 0.31 0.78 0 0 275.88 1 0.61
Hex AF 38 FF 1F 4E 0 0 114 64 3D
Octal 257 70 377 37 116 0 0 424 144 75
Binary 10101111 111000 11111111 11111 1001110 0 0 100010100 1100100 111101

Color Harmonies of #AF38FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38FF

Black with #AF38FF

Text Example


Text Example

White with #AF38FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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