Html Css Color HEX #AF30EC Dark Orchid

📋 copy color: '#AF30EC'

red 175 ◦ green 48 ◦ blue 236

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

Shades of Dark Orchid #AF30EC

Tints of Dark Orchid #AF30EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.42%

R = 38.13%
G = 10.46%
B = 51.42%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF30EC (or 0xAF30EC) is known color: Dark Orchid. HEX triplet: AF, 30 and EC. RGB value is (175,48,236). Sum of RGB (Red+Green+Blue) = 175+48+236=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF30EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30EC is #50CF13. Grayscale: #6A6A6A. Windows color (decimal): -5295892 or 15478959. OLE color: 15478959.

HSL color Cylindrical-coordinate representation of color #AF30EC: hue angle of 280.53º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF30EC is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 48 236 -
CMYK 0.26 0.80 0 0.07
HSL 280.53º 0.83% 0.56% -
HSV(B) 280.53º 0.8% 0.93% -
XYZ 33.88 17.28 80.91 -
YUV 107.41 200.58 176.21 -
System Red Green Blue C M Y K H S L
Decimal 175 48 236 0.26 0.80 0 0.07 280.53 0.83 0.56
Hex AF 30 EC 1A 50 0 7 119 53 38
Octal 257 60 354 32 120 0 7 431 123 70
Binary 10101111 110000 11101100 11010 1010000 0 111 100011001 1010011 111000

Color Harmonies of #AF30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30EC

Black with #AF30EC

Text Example


Text Example

White with #AF30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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