Html Css Color HEX #AF30EB Dark Orchid

📋 copy color: '#AF30EB'

red 175 ◦ green 48 ◦ blue 235

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

Shades of Dark Orchid #AF30EB

Tints of Dark Orchid #AF30EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 38.21%
G = 10.48%
B = 51.31%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF30EB (or 0xAF30EB) is known color: Dark Orchid. HEX triplet: AF, 30 and EB. RGB value is (175,48,235). Sum of RGB (Red+Green+Blue) = 175+48+235=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF30EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF30EB is #50CF14. Grayscale: #6A6A6A. Windows color (decimal): -5295893 or 15413423. OLE color: 15413423.

HSL color Cylindrical-coordinate representation of color #AF30EB: hue angle of 280.75º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF30EB is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 48 235 -
CMYK 0.26 0.80 0 0.08
HSL 280.75º 0.82% 0.55% -
HSV(B) 280.75º 0.8% 0.92% -
XYZ 33.73 17.23 80.14 -
YUV 107.29 200.08 176.29 -
System Red Green Blue C M Y K H S L
Decimal 175 48 235 0.26 0.80 0 0.08 280.75 0.82 0.55
Hex AF 30 EB 1A 50 0 8 119 52 37
Octal 257 60 353 32 120 0 10 431 122 67
Binary 10101111 110000 11101011 11010 1010000 0 1000 100011001 1010010 110111

Color Harmonies of #AF30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30EB

Black with #AF30EB

Text Example


Text Example

White with #AF30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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