Html Css Color HEX #AD42FB Blue Violet

📋 copy color: '#AD42FB'

red 173 ◦ green 66 ◦ blue 251

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

Shades of Blue Violet #AD42FB

Tints of Blue Violet #AD42FB

RGB

 RED value IS 173 (67.97% from 255) = 35.31%

 GREEN value IS 66 (26.17% from 255) = 13.47%

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 35.31%
G = 13.47%
B = 51.22%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD42FB (or 0xAD42FB) is known color: Blue Violet. HEX triplet: AD, 42 and FB. RGB value is (173,66,251). Sum of RGB (Red+Green+Blue) = 173+66+251=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD42FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42FB is #52BD04. Grayscale: #767676. Windows color (decimal): -5422341 or 16466605. OLE color: 16466605.

HSL color Cylindrical-coordinate representation of color #AD42FB: hue angle of 274.7º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD42FB is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 66 251 -
CMYK 0.31 0.74 0 0.02
HSL 274.7º 0.96% 0.62% -
HSV(B) 274.7º 0.74% 0.98% -
XYZ 36.59 19.75 93.15 -
YUV 119.08 202.45 166.46 -
System Red Green Blue C M Y K H S L
Decimal 173 66 251 0.31 0.74 0 0.02 274.7 0.96 0.62
Hex AD 42 FB 1F 4A 0 2 113 60 3E
Octal 255 102 373 37 112 0 2 423 140 76
Binary 10101101 1000010 11111011 11111 1001010 0 10 100010011 1100000 111110

Color Harmonies of #AD42FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42FB

Black with #AD42FB

Text Example


Text Example

White with #AD42FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42FB; }

 p { color: rgb(173,66,251); }

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

background-color css

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

 a { background-color: rgb(173,66,251); }

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

border-color css

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

 span { border-color: rgb(173,66,251); }

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