Html Css Color HEX #AF30DE Dark Orchid

📋 copy color: '#AF30DE'

red 175 ◦ green 48 ◦ blue 222

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

Shades of Dark Orchid #AF30DE

Tints of Dark Orchid #AF30DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 39.33%
G = 10.79%
B = 49.89%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF30DE (or 0xAF30DE) is known color: Dark Orchid. HEX triplet: AF, 30 and DE. RGB value is (175,48,222). Sum of RGB (Red+Green+Blue) = 175+48+222=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF30DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30DE is #50CF21. Grayscale: #696969. Windows color (decimal): -5295906 or 14561455. OLE color: 14561455.

HSL color Cylindrical-coordinate representation of color #AF30DE: hue angle of 283.79º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF30DE is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 48 222 -
CMYK 0.21 0.78 0 0.13
HSL 283.79º 0.73% 0.53% -
HSV(B) 283.79º 0.78% 0.87% -
XYZ 31.92 16.5 70.61 -
YUV 105.81 193.58 177.35 -
System Red Green Blue C M Y K H S L
Decimal 175 48 222 0.21 0.78 0 0.13 283.79 0.73 0.53
Hex AF 30 DE 15 4E 0 D 11C 48 35
Octal 257 60 336 25 116 0 15 434 110 65
Binary 10101111 110000 11011110 10101 1001110 0 1101 100011100 1001000 110101

Color Harmonies of #AF30DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30DE

Black with #AF30DE

Text Example


Text Example

White with #AF30DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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